C. J. Howard c020614567 | 2 years ago | |
---|---|---|
.. | ||
OpenGLWindow | 2 years ago | |
ThirdPartyLibs | 2 years ago | |
screenshots | 2 years ago | |
DroidSans.ttf | 2 years ago | |
README.md | 2 years ago | |
exr-io.cc | 2 years ago | |
exr-io.h | 2 years ago | |
findOpenGLGlewGlut.lua | 2 years ago | |
main.cc | 2 years ago | |
nuklear.h | 2 years ago | |
nuklear_btgui_gl2.h | 2 years ago | |
premake4.lua | 2 years ago | |
shader.frag | 2 years ago | |
shader.vert | 2 years ago |
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.