nori/ext
Ziyi 43b180a44f
Initial commit
2024-02-15 14:10:30 +01:00
..
eigen@0fd6b4f71d Initial commit 2024-02-15 14:10:30 +01:00
filesystem@f45da75372 Initial commit 2024-02-15 14:10:30 +01:00
hypothesis@e165503f7d Initial commit 2024-02-15 14:10:30 +01:00
nanogui@c6505300bb Initial commit 2024-02-15 14:10:30 +01:00
openexr@080d443cbd Initial commit 2024-02-15 14:10:30 +01:00
pcg32@70099eadb8 Initial commit 2024-02-15 14:10:30 +01:00
plugin Initial commit 2024-02-15 14:10:30 +01:00
pugixml@35a63cb1e6 Initial commit 2024-02-15 14:10:30 +01:00
tbb@141b0e310e Initial commit 2024-02-15 14:10:30 +01:00
tinyformat@43816c6942 Initial commit 2024-02-15 14:10:30 +01:00
zlib@54d591eabf Initial commit 2024-02-15 14:10:30 +01:00
CMakeLists.txt Initial commit 2024-02-15 14:10:30 +01:00
README.md Initial commit 2024-02-15 14:10:30 +01:00

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 paths
  • hypothesis: utility functions for statistical hypothesis tests
  • nanogui: minimalistic GUI library for OpenGL
  • openexr: High dynamic range image format library
  • pcg32: tiny self-contained pseudorandom number generator
  • pugixml: light-weight XML processing library
  • tbb: Intel's Boost Thread Building Blocks for multithreading
  • tinyformat: type-safe C++11 version of sprintf and friends
  • zlib: data compression library, used by openexr