Modern Legacy GL (MGL)

MGL is an OpenGL 1-style wrapper for modern OpenGL functions, keeping an old-school,
lightweight interface similar to legacy OpenGL. Perfect for small engines, retro-style games,
or learning purposes.

Watch mp4 preview


Should you use MGL?

✅ If you want to prototype anything in 2D/3D
✅ For educational purposes.
✅ If you enjoy old-school OpenGL’s simplicity but want modern backend compatibility

What's new and what's to come?

Recently added: mgluLookAt

🔜 Upcoming features:
. Lighting and shading

Download MGL

Try MGL for yourself on Github:
https://github.com/komodoresoft/mgl/


Back to Komodore