
libQGLViewer
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
libQGLViewer is a GPL-free software C++ library, based on OpenGL and Qt, which eases the development of applications that display 3D scenes. It is designed for 3D developers, who can design a versatile and powerful 3D viewer with only a few lines of code. It provides most of the classical 3D viewer functionalities such as a camera trackball, mouse manipulated and selected 3D objects, stereo display, screenshot saving, keyFrames interpolation and more. It hence has a strong pedagogical interest and is well suited for openGL assignements.
16 years ago
See http://artis.imag.fr/Members/Gilles.Debunne/QGLViewer/changeLog.html
16 years ago
See http://artis.imag.fr/Members/Gilles.Debunne/QGLViewer/changeLog.html
adham
16 years ago
Report
debunne
16 years ago
However, this part is computationally very light and the rendering speed is essentially the one you will get with any other OpenGL application: it depends on your architecture. Hardware accelerations (such as display lists in your case) are of course available.
Report