Compare commits

...

2 Commits

Author SHA1 Message Date
OusmBlueNinja
67f7d45db9 Update main.cpp 2025-05-18 13:33:24 -05:00
OusmBlueNinja
4f5a969893 Update README.md 2025-05-18 13:33:05 -05:00
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
---
## 🧩 Structure
## 🧩 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.

View File

@ -10,7 +10,7 @@
int main()
{
OX::Core core("Obsidian Editor - Onyx Engine (2025.1)(0.0.4)");
OX::Core core("Obsidian Editor - Onyx Engine (2025.1)(0.0.7)");
core.AddLayer(std::make_unique<OX::Editor>("Obsidian Editor"));