https://github.com/mrpicklepinosaur/eisuu
image asciizer written in ziglang
https://github.com/mrpicklepinosaur/eisuu
ascii-art cli zig
Last synced: 8 months ago
JSON representation
image asciizer written in ziglang
- Host: GitHub
- URL: https://github.com/mrpicklepinosaur/eisuu
- Owner: MrPicklePinosaur
- Created: 2022-08-30T05:14:32.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-30T11:19:08.000Z (almost 4 years ago)
- Last Synced: 2025-03-13T23:12:01.509Z (over 1 year ago)
- Topics: ascii-art, cli, zig
- Language: Zig
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
【英数変換機】 eisuu henkanki
image asciizer written in zig lang
## SETTING UP FOR DEVELOPMENT
ensure that you are using zig 0.9.1
## RESOURCES
this project was written to learn some zig, here are some resources that i
used:
- [ziglang docs](https://ziglang.org/documentation/0.8.1/#Introduction)
- [ziglearn.org](https://ziglearn.org/)
- [zig build explained](https://zig.news/xq/zig-build-explained-part-1-59lf)