Skip to content

Commit

Permalink
Some instructions in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStahL authored Dec 20, 2022
1 parent dc4ceee commit 4face5a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
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.

0 comments on commit 4face5a

Please sign in to comment.