Compare commits
2 Commits
9c5102624c
...
67f7d45db9
Author | SHA1 | Date | |
---|---|---|---|
|
67f7d45db9 | ||
|
4f5a969893 |
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🧩 Structure
|
## 🧩 Features
|
||||||
|
|
||||||
- 🔧 **Onyx Engine** – The core runtime, managing rendering, layers, and systems.
|
- 🔧 **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.
|
- 🖥️ **Obsidian Editor** – A standalone GUI editor powered by ImGui and Onyx for scene editing, live profiling, and asset management.
|
||||||
|
2
main.cpp
2
main.cpp
@ -10,7 +10,7 @@
|
|||||||
int main()
|
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"));
|
core.AddLayer(std::make_unique<OX::Editor>("Obsidian Editor"));
|
||||||
|
Loading…
Reference in New Issue
Block a user