Stunning 2D Lighting with Glint
Adds shader class to core and modifies the renderer to use it, while also adding profiling macros and fixing resize issues. The changes ensure the render target is resized only when the requested size is different from the current size and also clears the screen to a dark gray color. |
||
---|---|---|
.github | ||
.idea | ||
src | ||
.gitignore | ||
CMakeLists.txt | ||
LICENSE | ||
main.cpp | ||
README.md |
Onyx Engine
Onyx is a modern, modular, and fast C++ game engine built for real-time 2D applications.
🧩 Features
- 🔧 Onyx Engine – The core runtime, managing rendering, layers, and systems.
- 🖥️ Obsidian Editor – A standalone GUI editor powered by ImGui and Onyx for scene editing, live profiling, and asset management.
- 💡 Glint Lighting Engine – A flexible and performant 2D dynamic lighting system.