I’ve developed small application for hexapod robot simulation
https://www.reddit.com/r/robotics/comments/1hpkbjh/yet_another_hexapod_simulator/
I’ve developed small application for hexapod robot simulation
https://www.reddit.com/r/robotics/comments/1hpkbjh/yet_another_hexapod_simulator/
Hi Vadim,
I’ve just started messing with GtkAda (at last!) and I have one question concerning OpenGL, the documentation says that GtkAda can be compiled with OpenGL support, but I can’t figure how to do that.
It seems that the testgtk demo also has an OpenGL demo as mentioned in this line: “It also contains an OpenGL demo, if GtkAda was compiled with support for OpenGL.” but after building testgtk I can’t seen any OpenGL stuff in it, so I assume GtkAda hasn’t compiled with OpenGL support.
Please advise.
Best regards,
Alexis.
An answer is a bit more complicated, so “not supported” is easiest statement.
Actually, latest Gtk+ 3.x versions comes with built in OpenGL support. OS should provide necessary capabilities/libraries, and application should use OpenGLView to “enable” OpenGL.
Gtk+ doesn’t do more than this “enable” operation. Application should use third party OpenGL binding to use OpenGL API.
GtkAda doesn’t provide OpenGL binding, thus there is no OpenGL demo in GtkAda Demo application.