about summary refs log tree commit diff stats
path: root/lib/Fornax
Commit message (Collapse)AuthorAgeFilesLines
* Alias frame-rate to fpsAndinus2021-11-171-2/+2
| | | | Preserves backwards compatibility.
* Remove output option, rename frame-rate option to fpsAndinus2021-11-171-6/+6
|
* Update to latest fornax formatAndinus2021-11-161-21/+33
|
* Wait 4s on last frame, use awaitAndinus2021-11-041-1/+2
|
* Wait for jobs to finish before creating the slideshowAndinus2021-11-041-0/+2
|
* Process iterations in parallelAndinus2021-11-041-52/+62
|
* Add option to skip generating slideshow, use random directoryAndinus2021-11-041-7/+18
|
* java/DFS: Don't walk on visited, Add DFS solutions, change colorsAndinus2021-11-031-6/+15
| | | | | It didn't walk on visited grid but printed that as an iteration so it seemed like it did.
* Fix log-level usage in ffmpeg, update mazeAndinus2021-11-031-1/+1
|
* Set ffmpeg verbosityAndinus2021-11-031-1/+3
|
* Fix excess space calculationAndinus2021-11-031-2/+2
| | | | Earlier we assumed that rows == columns.
* Change default output directoryAndinus2021-11-031-3/+4
|
* Variable frame rate, center the canvasAndinus2021-11-031-8/+15
|
* Generate slideshow with ffmpeg, add verbose optionAndinus2021-11-031-6/+12
|
* Parse fornax format to generate the imagesAndinus2021-11-032-34/+91
| | | | | Switched to PNG because SVGs were larger in this case. Also, video will be created with `ffmpeg` so it's just easier to use PNGs.
* Generate images for every iterationAndinus2021-11-021-3/+52
|
* Move to Raku module structureAndinus2021-11-021-0/+19