|
||
---|---|---|
.. | ||
eigen | ||
filesystem | ||
hypothesis | ||
nanogui | ||
openexr | ||
pcg32 | ||
plugin | ||
pugixml | ||
spherical-harmonics | ||
tbb | ||
tinyformat | ||
zlib | ||
CMakeLists.txt | ||
README.md |
README.md
Overview of dependency libraries used by Nori
Nori requires several utility libraries to function correctly; a full list with explanations is given below. You should feel free to use any of their functionality in your own submissions—however, you are not required to do so.
filesystem
: tiny self-contained library for manipulating file pathshypothesis
: utility functions for statistical hypothesis testsnanogui
: minimalistic GUI library for OpenGLopenexr
: High dynamic range image format librarypcg32
: tiny self-contained pseudorandom number generatorpugixml
: light-weight XML processing librarytbb
: Intel's Boost Thread Building Blocks for multithreadingtinyformat
: type-safe C++11 version ofsprintf
and friendszlib
: data compression library, used byopenexr