Clifford Yapp
Clifford Yapp
Hi! Seeing the following errors when trying a straight compile on Ubuntu with GCC 9.2.1: [ 69%] Linking CXX executable example3 /usr/bin/ld: /tmp/example3.AIsY20.ltrans0.ltrans.o: undefined reference to symbol 'glViewport' /usr/bin/ld: /lib/x86_64-linux-gnu/libGL.so.1:...
It would need to be ported to the modernized/simplified code, but is there any chance the previous work on resizable windows could be added to this version of nanogui? https://github.com/wjakob/nanogui/pull/146...
License?
Hi! Was curious - is there a license assigned to this code?
Our code uses the Werror=float-equal warning, which trips on the shapes.h header. This is an attempt to work around triggering that warning.
Is there any chance someone could either add an OpenGL 3 version of the example application or tweak the existing one to work with the new header? A naive substitution...
Hi! Very interesting program - came across it after discovering Galapix, was hoping it might be a solution to exploring a collection of very large images across multiple directories -...
When building geogram in a minimalist configuration, I noticed that the lua third party headers are installed, even though lua is disabled for my build. That got me wondering -...
Just to be clear, are you using the license in the source header in main.c for this project? Thanks, CY
I'm trying to perform what is admittedly a rather complex svn2git conversion, as documented here: https://sourceforge.net/p/brlcad/code/HEAD/tree/brlcad/trunk/misc/svn2git/ When I try to do a partial conversion and resume it with the --resume-from...
If I understand correctly there are a number of internal offsets in the code that don't validate against the overall buffer size, so there isn't any robustness to unsafe data...