diff --git a/assignment2/README.md b/assignment2/README.md index 89e68b6..9fc998b 100644 --- a/assignment2/README.md +++ b/assignment2/README.md @@ -22,9 +22,25 @@ You are allowed to use: - [Vulkan](https://www.khronos.org/vulkan/) / [Vulkan-Hpp](https://github.com/KhronosGroup/Vulkan-Hpp) - [Qt](https://www.qt.io/) - [ImGui](https://github.com/ocornut/imgui) +- [ncurses](https://invisible-island.net/ncurses/) - [OpenAL](https://openal.org/) -- [RapidJSON](https://rapidjson.org/) +- [nlohmann/json](https://github.com/nlohmann/json) / [RapidJSON](https://rapidjson.org/) +- [Assimp](https://www.assimp.org/) +- [sbt-image](https://github.com/nothings/stb/blob/master/stb_image.h) +- [Ogg](https://xiph.org/ogg/) / [Vorbis] (https://xiph.org/vorbis/) / [Opus](https://opus-codec.org/) - [Tiled](https://www.mapeditor.org/) +- [OpenSSL](https://www.openssl.org/) +- [SQLite](https://www.sqlite.org/) +- [Catch2](https://github.com/DigitalInBlue/Celero) +- [Google Test](https://github.com/google/googletest) +- [Google Benchmark](https://github.com/google/benchmark) +- [spdlog](https://github.com/gabime/spdlog) +- [fmt](https://github.com/fmtlib/fmt) +- [AngelScript](https://www.angelcode.com/angelscript/) +- [Lua](http://www.lua.org/) / [sol2](https://github.com/ThePhD/sol2) +- [cereal](https://github.com/USCiLab/cereal) +- [protobuf](https://github.com/protocolbuffers/protobuf) +- [Font Chef](https://github.com/mobius3/font-chef) Feel free to ask me about other libraries / tools.