ryuukk/zark
2D & 3D Game Framework written in Zig, inspired by libGDX/XNA
ZARK is a simple OpenGL game framework, it is not a fully featured engine, instead it gives you simple APIs to get started
⛔ This library won't be for you if need:
✅ This library is for you if you need: (it probably won't be for you :trollface:)
I made this for me, for learning purposes, so it suits my needs
I'm still learning ZIG, so the code can be bad.. very bad
If you want to help, review the code, offer improvements, go ahead!
2D spritebatching
3D skeletal animation
Material System and proper 3D rendering API (in progress)
Audio (SFX/Music)
GUI
git clone --depth=1 https://github.com/ryuukk/zark.git
cd zark/samples
zig build help
to check list of samples
Windows
Linux
macOS