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