Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to latest fornax format | Andinus | 2021-11-16 | 1 | -21/+33 |
| | |||||
* | Wait 4s on last frame, use await | Andinus | 2021-11-04 | 1 | -1/+2 |
| | |||||
* | Wait for jobs to finish before creating the slideshow | Andinus | 2021-11-04 | 1 | -0/+2 |
| | |||||
* | Process iterations in parallel | Andinus | 2021-11-04 | 1 | -52/+62 |
| | |||||
* | Add option to skip generating slideshow, use random directory | Andinus | 2021-11-04 | 1 | -7/+18 |
| | |||||
* | java/DFS: Don't walk on visited, Add DFS solutions, change colors | Andinus | 2021-11-03 | 1 | -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 maze | Andinus | 2021-11-03 | 1 | -1/+1 |
| | |||||
* | Set ffmpeg verbosity | Andinus | 2021-11-03 | 1 | -1/+3 |
| | |||||
* | Fix excess space calculation | Andinus | 2021-11-03 | 1 | -2/+2 |
| | | | | Earlier we assumed that rows == columns. | ||||
* | Change default output directory | Andinus | 2021-11-03 | 1 | -3/+4 |
| | |||||
* | Variable frame rate, center the canvas | Andinus | 2021-11-03 | 1 | -8/+15 |
| | |||||
* | Generate slideshow with ffmpeg, add verbose option | Andinus | 2021-11-03 | 1 | -6/+12 |
| | |||||
* | Parse fornax format to generate the images | Andinus | 2021-11-03 | 2 | -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 iteration | Andinus | 2021-11-02 | 1 | -3/+52 |
| | |||||
* | Move to Raku module structure | Andinus | 2021-11-02 | 1 | -0/+19 |