Skip to content

ChocolateEngine/main

Repository files navigation

Main Chocolate Engine Repo

  • Clone this repo with --recursive
  • Enter chocolate/thirdparty and run the thirdparty.py script to download and compile thirdparty stuff
  • Compile shaders with output/core/shaders/_compile.bat (or _compile.sh on linux)
  • Run cmake -B build . on Windows, or cmake -B build. -DCMAKE_BUILD_TYPE=Debug . on Linux (also Release is an option)
  • Finish with standard cmake build stuff (VS2022 on Windows, make -j 8 on linux)
  • Run output/sidurylauncher.exe to run the engine

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages