wkjarosz / hdrview

A simple research-oriented image viewer with an emphasis on examining and comparing high-dynamic range (HDR) images, and including minimalistic editing and tonemapping capabilities.
Other
291 stars 11 forks source link

Any chance of Windows binaries for v2.0.0-beta.2? Can I compile v2.0.0-beta.2 for Windows manually? #122

Open futuremotiondev opened 3 months ago

futuremotiondev commented 3 months ago

My question is the title of the thread. On the releases page here: https://github.com/wkjarosz/hdrview/releases/tag/v2.0.0-beta.2, there is only a .dmg for download.

Is it possible to obtain or build windows binaries for the beta?

I have CMake / Visual Studio / Etc.

Thanks for any info.

wkjarosz commented 3 months ago

I haven't yet had a chance to debug this myself, and my experience with windows development is limited. If you have the equipment and experience, I am happy to accept contributions that help get us some binaries. A good starting point would be the github actions https://github.com/wkjarosz/hdrview/blob/dear-imgui/.github/workflows/release.yml and https://github.com/wkjarosz/hdrview/blob/dear-imgui/.github/workflows/ci-windows.yml, both of which have my half-working attempt at getting things to build on windows.