forked from bilgili/Voreen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
42 lines (35 loc) · 2.11 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Voreen - The Volume Rendering Engine
====================================
http://voreen.uni-muenster.de
About
-----
Voreen is an open source rapid application development framework for the interactive visualization
and analysis of multi-modal volumetric data sets. It provides GPU-based volume rendering and data
analysis techniques and offers high flexibility when developing new analysis workflows in
collaboration with domain experts. The Voreen framework consists of a multi-platform C++ library,
which can be easily integrated into existing applications, and a Qt-based stand-alone application.
It is licensed under the terms of the GNU General Public License version 2.
The Voreen project has been initiated and is maintained by the Visualization & Computer Graphics
Research Group at the University of Münster as part of the central project Z1 of the collaborative
research center SFB 656 MoBil.
For build instructions and further information, please refer to the project website.
Directory Structure
-------------------
include - framework headers
src - framework source files
modules - standard plugin modules
custommodules - location for custom (third-party) modules
bin - location where compiled binaries are written to
apps - applications using voreen
apps/simple - simple Qt- and GLUT-based applications
apps/voreenve - main Voreen application - the Voreen Visualization Environment
apps/voreentool - command-line interface to the Voreen library, executing workspaces/networks
data - location for user-generated data (log files, settings, screenshots, ...)
resource - contains read-only resources
resource/fonts - (possibly) necessary fonts
resource/scripts - Python scripts which can be executed from within Voreen
resource/transferfuncs - pre-defined transfer functions
resource/volumes - sample volume data
resource/workspaces - sample Voreen workspaces
doc - documentation
ext - external dependencies to other libraries