diff --git a/readme.org b/readme.org index 09f754a2..526d2f26 100644 --- a/readme.org +++ b/readme.org @@ -38,3 +38,16 @@ ** Usage For usage examples, please refer to the ~examples/xxxx/~ directory. + +** Third Party Libraries + +- [[https://github.com/bombela/backward-cpp][backward-cpp]] : Provide stack trace details. +- [[https://github.com/glfw/glfw][glfw]] : Provides window and input handling. +- [[https://github.com/g-truc/glm][glm]] : Mathematics library. +- [[https://github.com/ocornut/imgui][imgui]] : GUI. +- [[https://github.com/microsoft/mimalloc][mimalloc]] : Efficient memory allocator. +- [[https://github.com/mattiasgeniar/reckless][reckless]] : High-performance logging. +- [[https://github.com/google/shaderc][shaderc]] : Tools for shader compilation. +- [[https://github.com/nothings/stb][stb]] : Hanldes image operations. +- [[https://github.com/syoyo/tinygltf][tinygltf]] : Handles GLTF file operations. +- [[https://github.com/zeux/volk][volk]] : Simplifies Vulkan API function loading.