Compare commits

..

No commits in common. "67f7d45db94e8031de1846ecbd654aa5d14468fe" and "9c5102624c2841280c96379d71957475acf17041" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
---
## 🧩 Features
## 🧩 Structure
- 🔧 **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.7)");
OX::Core core("Obsidian Editor - Onyx Engine (2025.1)(0.0.4)");
core.AddLayer(std::make_unique<OX::Editor>("Obsidian Editor"));