Depth Map Extractor
A tiny macOS drag-and-drop app that extracts a 16-bit depth map from any image.
Available for free on the App Store.
macOS build (CLI)
- Create local config:
cp .env.example .env- Edit
.envwith yourDEVELOPMENT_TEAMandBUNDLE_IDENTIFIER
- Build + launch:
./build-macos.sh
Git hooks
Install the repo hooks:
./scripts/install-githooks.sh
The pre-commit hook runs ./clean.sh and stages any changes (e.g. clears signing/team values from the Xcode project file).