Get the code
Clone the repo
Hyperion pulls in a few libraries as Git submodules (Jolt, zlib, xatlas, the Strata compiler and a couple more), so clone with --recursive:
git clone --recursive https://github.com/HyperionGameTech/HyperionEngine.git
You'll land on the dev branch, which is where all the day-to-day work happens.
If you cloned without --recursive
Run this from the repo root:
git submodule update --init --recursive
