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: about 1 month ago
JSON representation

a small zig game library

Lists

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 |