Closed szellmann closed 8 years ago
Ah, hadn't thought of appveyor and MS windows builds. Have fixed this so far that it works with glew from nuget, but now it won't find glx.h (for obvious reasons). Will have to look into this later..
Fixed this so that it passes the CI tests..
Super cool! Thanks!
Btw. I can't use it in debug mode because ImGUI asserts that a true type file exists:
This is simply I forget to add TTF file to the repo. Using TTF font is not a serious item so I changed to use default font in the recent commit: https://github.com/lighttransport/nanort/commit/8522aa07a75100f95d70606987dfa1ba8728a801
Would you accept a simple cmake file for the GUI example? Wanted to try this but had no premake4 under Ubuntu 14.04 right away.
Btw. I can't use it in debug mode because ImGUI asserts that a true type file exists:
Simply deleting the assert() would do. This is however an issue in a 3rdparty lib and not directly in nanort..