- Luau (luau-lang/luau)
- Raylib (raysan5/raylib)
- Open Dynamics Engine (odedevs/ode)
clone this repo
git clone https://github.com/xMajedz/multiaxis.git
cd multiaxis
update submodules
git submodule init
git submodule update
build luau
make -C vendor/luau config=release luau
build raylib
make -C vendor/raylib/src
clone ODE
git clone https://bitbucket.org/odedevs/ode.git
build ODE
cd ode
./bootstrap
./configure
make
check the releases page for updates