An Open Oriented C++ Graphical Library

Hello World,

I am looking for an exclusively Open Oriented Graphical Library for C++ programming and I have found someone, for example OpenGl and GTK+, but they seems me a C style and not C++ style (for example the headers libraries file have the .h extension).
Could someone could suggest me something of useful ?
Advanced thanks.
.h doesn't necessarily mean it's written in C. A lot of C++ projects use .h for their headers.
I know... but I am meaning if GTK+, or OpenGL, uses an Object Oriented programming approach (I mispelled the title, sorry :-()
SFML's interface is completely C++-oriented. I find it very clean.
https://www.sfml-dev.org/

I'm not exactly sure what you are asking though. OpenGL is the bare-bones Graphics API that other libraries (whether C, C++, Java, etc.) are build on-top of. GTK+ is a library for user interfaces. SFML is a nice general-purpose, multimedia 2D library, but it wasn't really written with GUIs in mind (although you still could make GUIs with it).

If you're looking for C++ GUI libraries, wxWidgets is a Cross-Platform C++ GUI Library.
https://www.wxwidgets.org/

For a list of GUI libraries or frameworks, check out:
https://en.wikipedia.org/wiki/List_of_widget_toolkits
Last edited on
Hello Ganado...
Just an Object Oriented paradigma programming graphical library; for example like Java AWT.
Aniway I will give a look at links you suggested me.
Thanks
Topic archived. No new replies allowed.