Creating UI using GLUI

Hi
I’m using OpenGL and VC++ to create a biliard game.

I have written my own codes to initialiase and create a Window(i haven’t use GLUT facilities).

I would like to know if it is possible to use GLUI to make a User Interface in this case.
Thx

Yes !

But you do have to modify your code a little bit and use the GLUT initialization and callbacks.

Mikael