Generate very small pixel fonts for PC-8k intros.
See the font in action: https://www.shadertoy.com/view/dtfGz7
- Download and install Python; add it and its script directory to your system PATH.
- Download and install CMake and git; add their binary dirs to your system PATH.
- Clone this repository, create an out-of-source build directory and cd there.
cmake [SOURCE_ROOT] -DCMAKE_INSTALL_PREFIX=install
cmake --build . --config Release --target install
- Enjoy.