Skip to content

Application to Help Development of Rust GDTF Libraries

License

Notifications You must be signed in to change notification settings

cueglow/egui-gdtf-inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages