User Interface

Dear Forum

I need to develop a User Interface ,and, I prefer some based on OpenGl . What can I do:

-use the OpeGl and create all buttom and window from begin
-use some tool that use a more quicky access to OpenGL.

Is there somme one selling this object .

Thanks

Roberto

-use the OpeGl and create all buttom and window from begin
-use some tool that use a more quicky access to OpenGL.

Yes, either of those options is possible. Which one is better for you depends on what exactly your requirements are and how much they overlap with common requirements - if there’s a lot of overlap popular libraries will likely have good support for the things you need.
Why do you want to develop your UI in OpenGL though? For “normal” desktop applications GUI toolkits like gtk+ or Qt are often a good and powerful option. For simple cases and “demo” style programs there is also AntTweakBar. Commercial options exist probably too, but I don’t know much (well, anything really) about them.

I need to develop a User Interface ,and, I prefer some based on OpenGl.
You should also take a look at FLTK. I’ve been using it for years and am very happy with it.