Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emekoi/ziglet
a small zig game library
https://github.com/emekoi/ziglet
Last synced: 29 days ago
JSON representation
a small zig game library
- Host: GitHub
- URL: https://github.com/emekoi/ziglet
- Owner: emekoi
- License: mit
- Created: 2018-09-17T08:11:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-06T09:48:41.000Z (over 4 years ago)
- Last Synced: 2024-08-03T23:24:08.468Z (4 months ago)
- Language: Zig
- Size: 294 KB
- Stars: 24
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zig - emekoi/ziglet
README
# ziglet
a small zig game library inspired by [sokol](https://github.com/floooh/sokol), [Punity](https://github.com/martincohen/Punity), [tigr](https://bitbucket.org/rmitton/tigr), and [mini_fb](https://github.com/emoon/rust_minifb).
## features
* native: no dependencies at all## TODO
| | windows | macosx | linux |
|----------------------|---------|---------|---------|
| windowing | OK | planned | planned |
| event handling | OK | planned | planned |
| opengl 2.1 backend | planned | planned | planned |
| directx11 backend | planned | N/A | N/A |
| metal backend | N/A | planned | N/A |
| vulkan backend | maybe? | maybe? | maybe? |
| graphics abstrations | planned | planned | planned |