Third-Party Libraries
Various open-source third-party libraries are used for my projects, and where the library allows, they have all been included using CMake's FetchContent feature. A list of all third-party libraries used can be found below:
- 7-Zip (including the DLL through bit7z)
- argparse
- bit7z
- DirectXTex
- hash library
- lz4
- libmorton
- nlohmann json
- ordered-map
- ZHMTools
I understand that a huge amount of work goes into maintaining these libraries, and all my thanks go to the contributors of all the above projects.