Interactive graphical editor for ZDEM model files. Supports WALL, GLINE, BOX, and PROP P4 object types with real-time rendering via matplotlib, selection highlighting, and asynchronous file loading.
pip install matplotlib numpy
python main.py
docker build -t zdem-editor .
docker run --rm zdem-editor
Docker is for build verification only; GUI requires a native display environment.
https://github.com/Phoenix0531-sudo/ZDEM_Model_Editor
MIT License