Rendering software written in C++
.
Double click on the GenerateVSProject.bat
file to generate the Visual Studio project files.
- Only Windows support currently.
- Renderer APIs:
- OpenGL
Premake | Project Generation |
GLFW | Window Creation |
ImGui | Immediate Mode GUI |
Spdlog | Logging |
Glad | OpenGl Extensions |
glm | Math Library |
stb_image | Image Loading |
entt | Entity Component System |
assimp | Model Loading |
FastNoise | Noise Library |
yaml-cpp | Scene Serialization |
JSON for Modern C++ | JSON Utilities |
Autodesk FBX SDK (not included due to size) | Embedded FBX Media Extraction |