Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 860 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 860 Bytes

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

  1. Install Rust
  2. On Linux, install the GTK3 development libraries (libgtk-3-dev on Debian/Ubuntu and gtk3 on arch, these are required for the file dialog)
  3. Clone gdtf_parser to a sibling folder (local dependency for ease of development):
git clone https://github.com/michaelhugi/gdtf_parser.git
  1. Clone and run
git clone https://github.com/cueglow/egui-gdtf-inspector.git
cd egui-gdtf-inspector
cargo run