copying code over from alphane engine
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user