Closed SUKHOIsBluePrint closed 1 year 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
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.