Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonc9018/thesis-png
https://github.com/antonc9018/thesis-png
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/antonc9018/thesis-png
- Owner: AntonC9018
- License: mit
- Created: 2023-11-11T10:44:56.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-16T19:49:14.000Z (8 months ago)
- Last Synced: 2024-10-19T07:51:21.026Z (3 months ago)
- Language: Zig
- Size: 851 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Setup instructions
```
git clone --recursive ...
```Note that you won't be able to run it (as is), unless you're on WSL,
and the project is at an exact folder.
This is due to a bug in the Raylib bindings I'm using,
where a header file can't be imported by its relative path.
See [this GitHub issue](https://github.com/ryupold/raylib.zig/issues/39).