Answer the question
In order to leave comments, you need to log in
Which is better openGL or GTK+?
What will be better for writing a graphical environment? OpenGL or GTK+?
Answer the question
In order to leave comments, you need to log in
GTK is a graphical toolkit for building typical windowed applications. OpenGL - for building graphic
2D/3D scenes (animations, etc.).
GTK+. For linux, definitely GTK+. Good documentation, a set of useful widgets, and there is the Vala language, created by GNOME for GUI development.
I'm certainly not an expert, but still they are a little for different tasks. If you just need to create a window for the program - then gtk. openGL is more for graphics work. So it all depends on the specific goals.
To write a graphical environment, you can use:
OpenGL (Open Graphics Library) is a specification that defines a platform-independent (programming language-independent) programming interface for writing applications that use two-dimensional and three-dimensional computer graphics.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question