Skip to content

LeStahL/aldi-pixel-font

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aldi-pixel-font

Generate very small pixel fonts for PC-8k intros.

Features

image

See the font in action: https://www.shadertoy.com/view/dtfGz7

Building

  • 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.