CU
cueglow/egui-gdtf-inspector
Application to Help Development of Rust GDTF Libraries
egui-gdtf-inspector
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 ๐ง
How To Build
- Install Rust
- On Linux, install the GTK3 development libraries (
libgtk-3-devon Debian/Ubuntu andgtk3on arch, these are required for the file dialog) - Clone
gdtf_parserto 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