An open API service indexing awesome lists of open source software.

https://github.com/darkfllame/zgll

Simple zig OpenGL loader
https://github.com/darkfllame/zgll

opengl zig

Last synced: 4 months ago
JSON representation

Simple zig OpenGL loader

Awesome Lists containing this project

README

          

# Zig openGL Loader
Simple opengl loader, entirely written in Zig. All functions are under `zgll.GL`, all constants and function got their prefix removed (`GL_` and `gl`) for easier typing. Don't expect much updates, might do extension loader soon...

## Beware though
This library was mostly made in a night, so expect typos, incoherent names and more...