Friday, September 10, 2010

A multiplatform alternative to GLUT

PEZ is a Teeny Tiny GLUT Alternative



Pez enables cross-platform development of extremely simple OpenGL apps. It’s not really a library since it’s so small. Instead of linking it in, just by using one or two header files into your project.

This tutorial is compound of the following section :

Tutorial 1: Simplest Possible Example
Tutorial 2: Hello Triangle
Tutorial 3: Ghandi Texture
Tutorial 4: Mesh Viewer

The cons I see for the moment is that Pez doesn't handle keyboard stuff and resizable windows but it provide a sufficient environment for demos ! and tutorials.

No comments:

Post a Comment