Skip to content

Bazzagibbs/callisto-sandbox

Repository files navigation

Callisto Sandbox

A sandbox project for the development of the Callisto Engine.

Build from source

  1. Install the Odin SDK
  2. Install a Vulkan SDK
  3. Clone this repository:
git clone --recursive https://github.com/Bazzagibbs/callisto-sandbox.git
  • If you have already cloned without --recursive, the required submodules can be updated with:
git submodule update --init --recursive
  1. From the root directory, run the following command:
odin run . -debug -out:"./out/callisto-sandbox.exe" -o:"none"
  • Alternatively on Windows, run the run.bat file, which executes the same command.

About

Sandbox project for testing the Callisto engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published