GitHunt
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

  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

Languages

Rust100.0%

Contributors

MIT License
Created December 27, 2021
Updated December 31, 2021
cueglow/egui-gdtf-inspector | GitHunt