Hi everyone,
I would like to use GUI components of JUCE in a OpenGL project that I begin few days ago. Basically, I just want to know if it's possible to attach components of JUCE with a glut window, without launching a JUCE application.
If yes, how ? Because I draw a glut window, and I created a GUIComponent class that inherits from Component. But after this, I know that I should override paint function but I need the Graphics instance.
Can someone help me please ? :)
Thanks !