Skip to content

Commit

Permalink
Update readme.org
Browse files Browse the repository at this point in the history
  • Loading branch information
K1ngst0m authored Oct 22, 2023
1 parent 440fb96 commit 5e44e6a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions readme.org
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 5e44e6a

Please sign in to comment.