Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 590 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 590 Bytes

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