radiantlab / HDRICalibrationTool

A free, open-source cross-platform interface to help Radiance automate the merging of multiple LDR images into an HDR image.
GNU General Public License v3.0
4 stars 1 forks source link

Include `hdrgen` and `dcraw_emu` binaries in the Tauri app #99

Open adulbrich opened 5 months ago

adulbrich commented 5 months ago

For each supported OS (macOS, Windows, Ubuntu/Linux), include the hdrgen and dcraw_emu binaries as sidecar (?): https://tauri.app/v1/guides/building/sidecar/

This should help users by not having to install/add to the path those two binaries.

Radiance has a fairly easy install process and is pretty big, so I would leave that out.

For both binaries, need to add acknowledgments in the project README (can we even embed these binaries in the app).

Might be worth splitting this task in 2 depending on the OS.