| DiligentCore | Used for vulkan / directx rendering | Apache License 2.0 |
| glfw | Used for window management | ZLIB |
| glaze | Used for JSON loading | MIT |
| fmt | Used for text formatting | CUSTOM |
| utfcpp | Used for utf support | Boost Software License 1.0 |
| imgui | Used for ui rendering | MIT |
| stb_image.h | Used for loading images (png,gif,jpeg) | MIT / Public Domain |
| stb_image_write.h | Used for writting images | MIT / Public Domain |
| stb_freetype.h | Used for loading fonts | MIT / Public Domain |
| stb_easy_font.h | Used for drawing debug text | MIT / Public Domain |
| thread-pool | Used for managing async threading | MIT |
| qhull | Used for calculating convex hulls from given points | CUSTOM |
| fastgltf | Used for loading gltf2.0 models | MIT |
| catch2 | Used for testing | Boost Software License 1.0 |
| bass | Used for loading sounds | FREE / PAID |
| JoltPhysics | Used for managing 3D physics | MIT |
| muli | Used for managing 2D physics | MIT |
| webmlib & vpx | Used for loading webm | BSD 3-Clause |
| libwebp | Used for WEBP loading | BSD 3-Clause |
| luabridge3 | Used for loading & managing lua scripting | MIT |
| luau | Used for lua scripting | MIT |
| lua | Used for lua scripting | CUSTOM |
| curl | Used for HTTP / HTTPS requests | MIT |
| libcpr | Used for HTTP / HTTPS requests | MIT |
| lunasvg | Used for SVG loading | MIT |
| cpptrace | Used for easy error tracing | MIT |
| meshoptimizer | Used to optimize meshes | MIT |
| ozz-animation | Used to animate skinned meshes | MIT |