Visual editor for ZDEM model structure files — tkinter + matplotlib canvas.
Edit model geometry/structure with visual feedback instead of pure text. Application code under zdem_editor/ (core parsers + canvas).
Important path split:
| Path | Meaning |
|---|---|
Test/ |
ZDEM DSL sample scripts (not pytest) — excluded from ruff |
tests/ |
Real pytest (e.g. parser smoke) |
git clone https://github.com/Phoenix0531-sudo/ZDEM_Model_Editor.git
cd ZDEM_Model_Editor
pip install -r requirements.txt
python main.py
pytest tests/MIT. See LICENSE.
