20 lines
284 B
Markdown
20 lines
284 B
Markdown
# 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
|
|
``` |