Skip to content

bluesky013/SkyEngine

Repository files navigation

SkyEngine

Build

Build Third-party deps

python3 python/third_party.py -i <intermediate_path> -o <output_path> -e <engine_path> -p [platform]
  • Third-party deps list: cmake/thirdparty.json
  • Third-party build args.
args Description
-i, --intermediate Third-party download path
-o, --output Binary-Output path
-e, --engine Engine path
-p, --platform Target Platform
-c, --clear Clear build
-t, --target Build Single Library
  • Supported Platforms
platform arch
Win32 Window x86_64
MacOS-x86 MacOS with x86_64
MacOS-arm MacOS with arm
IOS IOS arm64
Android Android arm64-v8a

Build Engine Editor

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

About

3d engine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors