Blame | Last modification | View Log | Download | RSS feed
# Descent
![Descent game screenshot](https://cdn.mobygames.com/screenshots/9874951-descent-dos-the-spreadfire-cannon-can-be-used-to-hit-fast-moving.png "Descent game screenshot")
This 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
- Python
Nuff said.
No CMake, no Ninja, no Meson, no CocoaPods, no git, no autotools, no shit. Only base things every UNIX user has.
## How to build
On macOS: run `./mac-build.sh`
--
Pierre-Marie Baty