Skip to content

chevtche/Livre

 
 

Repository files navigation

Livre

Livre

Livre (Large-scale Interactive Volume Rendering Engine) is an out-of-core, multi-node, multi-gpu, OpenGL volume rendering engine to visualise large volumetric data sets. It can be retrieved by cloning the [source code] (https://github.com/BlueBrain/Livre.git).

It provides the following major features to facilitate rendering of large volumetric data sets:

  • Visualisation of pre-processed UVF format (source code) volume data sets.
  • Real-time voxelisation of different data sources (surface meshes, BBP morphologies, local-field potentials, etc) through the use of plugins.
  • Multi-node, multi-gpu rendering (Currently only sort-first rendering)

To keep track of the changes between releases check the changelog.

Contact: bbp-open-source@googlegroups.com

Known Bugs

Please file a Bug Report if you find new issues which have not already been reported in Bug Report page. If you find an already reported problem, please update the corresponding issue with your inputs and outputs.

About

The following platforms and build environments are tested:

  • Linux: Ubuntu 14.04, RHEL 6.5 (Makefile, x64)

The API documentation can be found on bluebrain.github.io.

Building

Building from source is as simple as:

git clone --recursive https://github.com/BlueBrain/Livre/
mkdir Livre/Build
cd Livre/Build
cmake -GNinja -DCLONE_SUBPROJECTS=ON ..
ninja

Funding & Acknowledgment

The development of this software was supported by funding to the Blue Brain Project, a research center of the École polytechnique fédérale de Lausanne (EPFL), from the Swiss government’s ETH Board of the Swiss Federal Institutes of Technology

Copyright (c) 2008-2021 Blue Brain Project/EPFL

About

Largescale Interactive Volume Rendering Engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 92.0%
  • CMake 2.2%
  • GLSL 2.1%
  • Python 1.3%
  • QML 1.2%
  • Roff 1.1%
  • JavaScript 0.1%