This is an implementation in Pure zig 1 of the Getting Started Chapter in LearnOpenGL. It might be helpful for somebody trying to learn Zig and OpenGL at the same time!
- Install the zig module dependencies with
zigmod fetch - Make sure you have OpenGL properly setup on your system and
glfwinstalled
- Zigatari a zig implementation of Atari, still work in progress (checked on 23 September 2023)
Currently this project depends on zigimg in order to read the textures, it still doesn´t support JPEG formats but it' looking for contributors!
Footnotes
-
this repo depends on some wrappers on OpenGL, so you need that installed on your system ↩