From 5e44e6ad710bc5214da819f611e369402fab4729 Mon Sep 17 00:00:00 2001 From: Kingstom Date: Sun, 22 Oct 2023 14:53:08 +0800 Subject: [PATCH] Update readme.org --- readme.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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.