Blame | Last modification | View Log | Download | RSS feed
# DescentThis is my take at providing a KISS, no-questions-asked build system to [d1x-rebirth and d2x-rebirth](https://www.dxx-rebirth.com/) for macOS.Some parts of the code have been modernized, some bugs fixed, etc.The results are **Descent.app** and **Descent2.app** app bundles that can run on your Mac.I planned to port these to iOS (using the gyroscope to steer the ship!) but was dragged away by other tasks.## Dependencies- cc- ld- PythonNuff said.No CMake, no Ninja, no Meson, no CocoaPods, no git, no autotools, no shit. Only base things every UNIX user has.## How to buildOn macOS: run `./mac-build.sh`--Pierre-Marie Baty