Simple cross-platform OpenEXR viewer using TinyEXR, bullet3's windows library and nukler UI library. Currently only EXR image with RGB channels can be displayed.
$ premake5 vs2015
$ premake5 gmake
If you want nativefiledialog support(File dialog UI), Install GTK+3 then,
$ premake5 --with-gtk3nfd gmake
$ premake5 gmake
$ ./bin/native/Release/exrview input.exr
OpenGLWindow
and CommonInterfaces
is grabbed from bullet3, which is licensed under zlib lince.
https://github.com/bulletphysics/bullet://github.com/bulletphysics/bullet3
ThirdPartyLibs/Glew/
is licensed under licensed under the Modified BSD License, the Mesa 3-D License (MIT) and the Khronos License (MIT).
nuklear is licensed under MIT.
https://github.com/vurtun/nuklear
See ThirdPartyLibs/nativefiledialog/LICENSE
for nativefiledialog license.