-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
# aldi-pixel-font | ||
Generate very small pixel fonts for PC-8k intros. | ||
|
||
# Features | ||
![image](https://user-images.githubusercontent.com/7655767/208553227-d00df40b-f2fb-4ca6-8951-11f156e2162b.png) | ||
|
||
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. |