Shared egui UI components for Eulumdat viewer/editor
This crate provides reusable egui widgets for visualizing and editing EULUMDAT (LDT) and IES photometric data. It's designed to be used by:
- Desktop applications (via eframe)
- Web applications (via eframe WASM or embedded in Leptos)
Features
3d- Enable 3D viewer using three-dpersistence- Enable state persistence via serde
Example
use Eulumdat;
use ;
// In your egui app