copying code over from alphane engine

This commit is contained in:
2026-08-14 06:09:53 +00:00
parent 108341158e
commit 263b6da528
13 changed files with 1203 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# sophia
## Getting Started
COMING SOON
## Developing on the engine
### Dependencies
- [cmake](https://cmake.org/)
- [Vulkan SDK](https://vulkan.lunarg.com/) - With validation layers
### Build instructions
```sh
cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug
cd build
make -j
```