mirror of https://github.com/nakamochi/ndg
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OFF0
586b7716c2
Created a new font file with icons for nakamochi. Renamed font file to use generic filename that only includes size information so that the code does not have to be changed if the font is replaced with another font style. Note: this font is not yet production ready, need to create a test view in ngui to render and compare all icons side by side. |
2 years ago | |
---|---|---|
doc | 2 years ago | |
lib | 2 years ago | |
src | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
build.zig | 2 years ago |
README.md
build for rpi:
zig build -Dtarget=aarch64-linux-musl -Ddriver=fbev -Drelease-safe -Dstrip
otherwise just zig build
on dev host