user63898
user63898

Reputation: 30885

OpenGL not using GLUT , and has its own GUI can i use GLUT without problem?

I have application that using only gl/glu on windows using wglCreateContext context.
the application has its own keys managers , now i like to implement GUI framework for input box and select lists.
i found anttweakbar for example that have to use GLUT. can i avoid using GLUT
but still have some kind of input text's in my app?

Upvotes: 0

Views: 366

Answers (1)

datenwolf
datenwolf

Reputation: 162164

anttweakbar doesn't depend on GLUT. You can use it with whatever toolkit you like.

Upvotes: 2

Related Questions