GLUT support for NUI is on the way

We're working on adding a set of simple class the eases the integration of NUI in existing OpenGL toolkits. The forst toolkit we are supporting is the pervasive GLUT!
Added by Sebastien Metrot 4 months ago

We're working on adding a set of simple class the eases the integration of NUI in existing OpenGL toolkits. The first toolkit we are supporting is the pervasive GLUT!
We have created a basic class named nuiGLUTBridge that serves as a very simple hub to relay the information needed by NUI to handle the mouse and keyboard events, as well as drawing the widgets on screen.

You can have a look at how simple is now is to add NUI to a GLUT application:
GLUTBridge

This class is also a very good example for people who want to integrate NUI in other toolkit. We'll be happy to add support for SDL, Ogre3D, the Nebula Device, Unity3D or any other toolkit. Feel free to send patches and sample code to us!


Comments