Commit Graph

23 Commits

Author SHA1 Message Date
0145391450 Allow maximum number of particles to be configured. 2018-04-09 16:43:40 +02:00
1c942a7de7 Make layer distance changable. Refs #1.
As a side-effet, now the ordering of the layers is left-to-right rather
than right-to-left. This shouldn't matter in normal processing, but it
is interesting nonetheless.
2018-04-09 14:32:57 +02:00
2c373fbd1e Set defaults for parameters in launcher.
The launcher assumes it is running in a subfolder of the project root,
and then checks some default paths for the parameters of the launcher.

Currently, it loads up the ilsvrc12 configuration in conjunction with
Alexnet. Maube this can change in the future to sommething more
interesting?
2018-04-09 13:38:42 +02:00
3e4452ca3a Support layer and interaction transparancy. Refs #1 2018-04-05 16:08:58 +02:00
62153d9c6d Implement a color passing function for various options.
Refs #1.
2018-04-03 16:15:08 +02:00
e62ab159a8 Remove useless print statement. 2018-03-26 14:22:50 +02:00
77a274db3b Filter filenames in dialogs. 2018-03-26 14:11:04 +02:00
0c684973a4 Add labels to the file dialogs. 2018-03-26 13:44:26 +02:00
2acff9c822 Fix potential memory leak. 2018-03-26 13:36:34 +02:00
39f3a7507f Allow selection on means file in launcher. 2018-03-26 13:34:39 +02:00
2bd3b5c820 Implement supplying the labels file. 2018-03-26 13:08:58 +02:00
6456ab0612 Search path without new allocations.
At least not for searching. The final result still requires allocating
a string for the final result, but no longer for the intermediates.
2018-03-25 20:35:31 +02:00
55156959d4 Simplify layout. 2018-03-25 19:00:18 +02:00
bb566e2b2d Search for FMRI executable on PATH. 2018-03-25 18:53:31 +02:00
34af03da90 Ensure input is sorted. 2018-03-24 18:03:24 +01:00
6390a9ba1f Reimplement launcher without glade. 2018-03-24 17:32:08 +01:00
f2e2fdd308 Reduce GTK version required. 2018-03-24 16:29:11 +01:00
13015657ab Include GLADE file as literal data. 2018-03-24 16:25:33 +01:00
0851f624db Implement a simple GTK3 launcher. 2018-03-24 15:43:11 +01:00
a0a39c82c7 Simpler build for deinplace tool. 2018-03-24 12:48:56 +01:00
1077f6ab46 Improved error message. 2018-03-23 17:20:39 +01:00
e52e6b7676 Typo in deinplace, somehow. 2018-03-23 16:50:50 +01:00
f8be25adb9 Rewrite the deinplace tool in C++.
More consistency for a better build process.
2018-03-23 16:49:37 +01:00