games202-hw/hw2/prt/ext
ink-soul f449127608 init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
..
eigen init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
filesystem init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
hypothesis init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
nanogui init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
openexr init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
pcg32 init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
plugin init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
pugixml init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
spherical-harmonics init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
tbb init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
tinyformat init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
zlib init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
CMakeLists.txt init commit ready for homework framwork 2023-06-16 09:48:28 +08:00
README.md init commit ready for homework framwork 2023-06-16 09:48:28 +08: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