Skip to content

bluesky013/SkyEngine

Repository files navigation

SkyEngine

Build

Set path_to_3rd, cmake will automatically download and extract third-party packages.

cmake -S . -B build -G "Visual Studio 17 2022" -D3RD_PATH=${path_to_3rd}
cmake --build build

Compile Shader

python .\assets\shaders\compileshaders.py

Run Sample

Launcher.exe --module sample_module_name

image

Project Asset

AssetTool -e D:\Code\Engine\SkyEngine -p D:\Code\Engine\SkyEngine\sample\RDSceneProject