Warning: this project is a heavy work-in-progress. Don't expect anything practical just yet.
Open Source reimplementation of Oddworld: Munch's Oddysee.
Clone the repo, update the submodules and run
cmake -B build -S .
cmake --build build
To open and fly around a level, the following command can be used:
./gabbit.exe -f <path-to-xrg-file>
To see the full list of arguments, run ./gabbit.exe -h