GaijinEntertainment / DagorEngine

Dagor Engine and Tools source code from Gaijin Games KFT
Other
2.15k stars 268 forks source link

How to launch the game engine? #13

Closed SUKHOIsBluePrint closed 9 months ago

NicSavichev commented 9 months ago

You cannot launch engine, you can build and launch DagorEngine tools (shader compiler, vromfsPacker, dabuild, AssetViewer, DaEditorX, etc.) and build and run "games" (samples projects) - skiesSample and testGI.

NicSavichev commented 9 months ago

You can download prebuilt tools / samples binaries here But these prebuilt binaries don't contain shaders built for tools so in order to run AssetViewer or DaEditorX in samples you have to compile them with: DagorEngine.git/samples/skiesSample/prog/shaders/compile_shaders_tools.bat or DagorEngine.git/samples/testGI/prog/shaders/compile_shaders_tools.bat

built tools shaders are placed here: DagorEngine.git/samples/skiesSample/tools/common/compiledShaders DagorEngine.git/samples/testGI/tools/common/compiledShaders