tl;dr: a CLI bitmap font converter, slicer, and rasterizer
I would love suggestions and help with:
* The awful command line flags: which of the following sound(s) best?
- Something FFmpeg style: repeatable optional args are applied to the previous source / output
- Keep it as 1 input + 1 output
- Prioritize library use
* Should I keep Octo[1] code generation in this project or separate it out?
* General refactoring:
- The current caching layer should probably be deleted
- Replace PIL's font support with other BSD or MIT style libs
tl;dr: a CLI bitmap font converter, slicer, and rasterizer
I would love suggestions and help with:
* The awful command line flags: which of the following sound(s) best?
* Should I keep Octo[1] code generation in this project or separate it out?* General refactoring:
1. Octo, a CHIP-8 assembler: https://github.com/JohnEarnest/OctoP.S. Octojam 10 runs until 12:00 AM PST on November 1st! See the following if you're interested! https://itch.io/jam/octojam-10