Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pfgithub/pixelcode
pixel code
https://github.com/pfgithub/pixelcode
Last synced: 3 months ago
JSON representation
pixel code
- Host: GitHub
- URL: https://github.com/pfgithub/pixelcode
- Owner: pfgithub
- Created: 2020-05-07T01:23:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T02:33:50.000Z (almost 4 years ago)
- Last Synced: 2024-08-04T04:06:28.268Z (6 months ago)
- Language: Zig
- Size: 183 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-zig - pixelcode
README
# pixelcode
![]()
## building
Requires [https://www.raylib.com/](raylib)
```bash
./deps/download.sh
zig build run
```## notes
- uses [tree-sitter-zig](https://github.com/GrayJack/tree-sitter-zig) which is slightly out of date.
- font uses 6x12 characters. centered 4x4 for lowercase, +3 up for uppercase and tall lowercase characters, +3 down for bottoms of lowercase characters, 1 pixel padding for overlapping bits at the edges of special characters.