This is a low-quality reference application to drive development of the GDTF library ecosystem in Rust.
GDTF is a file format for the description of lighting fixtures in the entertainment industry.
🚧 Status: Very much under construction 🚧
- Install Rust
- On Linux, install the GTK3 development libraries (
libgtk-3-dev
on Debian/Ubuntu andgtk3
on arch, these are required for the file dialog) - Clone
gdtf_parser
to a sibling folder (local dependency for ease of development):
git clone https://github.com/michaelhugi/gdtf_parser.git
- Clone and run
git clone https://github.com/cueglow/egui-gdtf-inspector.git
cd egui-gdtf-inspector
cargo run