I built this to scratch my own itch and put it on crates.io and PyPI where nothing like it existed.
The old file formats (EULUMDAT from 1990, IES from 1991) still work fine for basic photometry. But the industry is moving toward spectral data – full wavelength distributions instead of just lumen values.
The new standards (TM-33, ATLA-S001) are barely supported by existing tools.
So this handles both: legacy formats for compatibility, spectral data for anyone who wants to work with the new standards.
Stack: Rust core, then UniFFI for bindings. One codebase compiles to WASM/Leptos, egui, SwiftUI, Jetpack Compose, PyO3.
At one point the generated Swift boilerplate got so large GitHub classified it as a Swift project. 3D viewer is Bevy, loaded on-demand.
Feedback welcome – especially on the SVG output and the 3D viewer.
https://github.com/holg/eulumdat-rs (MIT/Apache-2.0)
for sure it is technical, but the point is it doesn't have to be a big Windows-only app – an installer can estimate what to put where using real data, just in the browser. These files tell much more than a product picture.
Lighting engineers and manufacturers can use it too, though they'd likely want consulting or custom integration, or at least would need some kind of customizable reporting (For Mac there's also a QuickLook extension to browse files visually.)