puglfork / pugl

A minimal portable API for OpenGL and Cairo interfaces
ISC License
2 stars 1 forks source link

PUGL

Pugl is a minimal portable API for GUIs which supports embedding and is suitable for use in plugins. It works on X11, Mac OS X, and Windows. GUIs can be drawn with OpenGL or Cairo.

Pugl is vaguely similar to GLUT, but with some significant distinctions:

For more information, see http://drobilla.net/software/pugl.

-- David Robillard d@drobilla.net