| 
									
										
										
										
											2016-12-14 05:02:10 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  | Basic project layout: | 
					
						
							|  |  |  | --------------------- | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-01 03:59:39 +03:00
										 |  |  | 	imagegrid/		- domain-specific modules | 
					
						
							| 
									
										
										
										
											2016-12-14 05:02:10 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-01 03:59:39 +03:00
										 |  |  | 	features/		- feature modules | 
					
						
							| 
									
										
										
										
											2016-12-14 05:02:10 +03:00
										 |  |  | 		_feature.js	- feature template | 
					
						
							|  |  |  | 		all.js		- feature loader | 
					
						
							|  |  |  | 				  this module includes all the | 
					
						
							|  |  |  | 				  feature modules to be used in the | 
					
						
							|  |  |  | 				  system. | 
					
						
							|  |  |  | 		meta.js		- feature configuration and | 
					
						
							|  |  |  | 				  meta-features | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-01 03:59:39 +03:00
										 |  |  | 	workers/		- workers | 
					
						
							| 
									
										
										
										
											2016-12-14 05:02:10 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-01 03:59:39 +03:00
										 |  |  | 	lib/			- generic library modules | 
					
						
							|  |  |  | 		widgets/	- generic widgets | 
					
						
							|  |  |  | 		_module.js	- module template | 
					
						
							|  |  |  | 		_template.js	- generic js file template | 
					
						
							| 
									
										
										
										
											2016-12-14 05:02:10 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-01 03:59:39 +03:00
										 |  |  | 	ext-lib/		- external library modules | 
					
						
							| 
									
										
										
										
											2016-12-14 05:02:10 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-01 03:59:39 +03:00
										 |  |  | 	node_modules/		- npm modules | 
					
						
							| 
									
										
										
										
											2016-12-14 05:02:10 +03:00
										 |  |  | 		ig-*/		- ImageGrid npm modules | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	css/			- css/less files | 
					
						
							| 
									
										
										
										
											2020-09-01 03:59:39 +03:00
										 |  |  | 		widgets/	- widget-specific css | 
					
						
							| 
									
										
										
										
											2016-12-14 05:02:10 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-01 03:59:39 +03:00
										 |  |  | 	images/			- system images | 
					
						
							|  |  |  | 	data/			- data and assets | 
					
						
							| 
									
										
										
										
											2016-12-14 05:02:10 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-01 03:59:39 +03:00
										 |  |  | 	doc/			- various dev documentation | 
					
						
							| 
									
										
										
										
											2016-12-14 05:02:10 +03:00
										 |  |  | 		PROJECT-LAYOUT	- this file | 
					
						
							|  |  |  | 		BUILD-NOTES	- notes on the build process | 
					
						
							| 
									
										
										
										
											2020-09-01 03:59:39 +03:00
										 |  |  | 		NOTES		- general notes | 
					
						
							| 
									
										
										
										
											2020-08-31 17:37:06 +03:00
										 |  |  | 		HACKS		- list of hacks around external  | 
					
						
							| 
									
										
										
										
											2020-09-01 03:59:39 +03:00
										 |  |  | 				  "features" and bugs | 
					
						
							| 
									
										
										
										
											2020-09-02 04:16:10 +03:00
										 |  |  | 		MAKE		- Makefile doc, the same as printed | 
					
						
							|  |  |  | 				  by make help (generated by make doc) | 
					
						
							| 
									
										
										
										
											2016-12-14 05:02:10 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-01 03:59:39 +03:00
										 |  |  | 	experiments/		- standalone experiments | 
					
						
							| 
									
										
										
										
											2016-12-14 05:02:10 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-01 03:59:39 +03:00
										 |  |  | 	package.json		- npm/nw configuration | 
					
						
							|  |  |  | 	electron.html		- electron-specific html | 
					
						
							|  |  |  | 	ui.js			- GUI root setup | 
					
						
							| 
									
										
										
										
											2020-08-31 17:37:06 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-09-01 03:59:39 +03:00
										 |  |  | 	ig.js			- CLI entry point | 
					
						
							|  |  |  | 	index.html		- Browser/NW entry point | 
					
						
							|  |  |  | 	e.js			- electron entry point | 
					
						
							| 
									
										
										
										
											2016-12-14 05:02:10 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 
 |