- cmake
- make
- VulkanSDK
- Git
- Windows: MSVC
- Macos: Clang 12+
mkdir buildcd buildcmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..cmake --build . --target WeilanEngineEditor -j12
if you are on apple silicon you need to disable ktx software's SSE by setting -DBASISU_SUPPORT_SSE=OFF
Once you build the engine, execute WeilanEngineEditor.exe with --project argument. Make sure the root path is the source path
cd .\WeilanEngine
.\build\RelWithDebInfo\WeilanEngineEditor --project "A/Existing/Path/To/An/Empty/Folder"