• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

QGLViewer/H03-May-2022-26,36314,545

designerPlugin/H03-May-2022-510333

doc/H03-May-2022-4,3514,282

examples/H03-May-2022-27,32019,106

CHANGELOGH A D27-Nov-2019223 74

GPL_EXCEPTIONH A D27-Nov-20193.2 KiB8160

INSTALLH A D27-Nov-2019433 219

LICENCEH A D27-Nov-201953.1 KiB1,041850

READMEH A D27-Nov-20191.7 KiB4227

libQGLViewer-2.7.2.proH A D27-Nov-2019168 107

README

1
2                          l i b Q G L V i e w e r
3
4	      	 Version 2.7.2. Packaged on November 27, 2019
5
6
7  Copyright (C) 2002-2014 Gilles Debunne. All rights reserved.
8  http://www.libqglviewer.com
9  Send e-mail to contact@libqglviewer.com
10
11
12libQGLViewer is a C++ library based on Qt that eases the creation of OpenGL 3D viewers.
13
14It provides some of the  typical 3D viewer  functionalities, such as the possibility to
15move the camera using the mouse, which lacks  in most of the other APIs. Other features
16include mouse  manipulated  frames, interpolated  keyFrames,  object selection,  stereo
17display, screenshot saving and much more. It can be used by OpenGL beginners as well as
18to create complex applications, being fully customizable and easy to extend.
19
20Based on the Qt  toolkit, it compiles on any architecture  (Unix-Linux, Mac,  Windows).
21Full reference documentation and  many examples are provided.   libQGLViewer  does  not
22display  3D scenes in various formats,  but it can be the base for the coding of such a
23viewer.
24
25libQGLViewer uses dual licensing: it is freely available under the terms of the GNU-GPL
26license for open source software development,  while  commercial applications can apply
27for a commercial license.
28
29
30The library's main functionalities are:
31
32     - A camera trackball to intuitively move the camera in the scene.
33     - Screenshot saving in different file formats (JPG, PNG, EPS...).
34     - Easy scene object selection and manipulation using the mouse.
35     - Definition and replay of keyFrame paths.
36     - Stereo display (provided that your hardware supports it).
37     - Clean, well-designed and easily extendable API.
38     - Many examples and a complete reference documentation.
39
40See the doc/index.html page for details.
41
42