Andrew Valentine

Results 3 issues of Andrew Valentine

On lines 556-558 in blueprints-example.cpp it tries to open images in "Data/", but the directory is lowercase "data". This causes an assertion to fail when Imgui::InvisibleButton s are created using...

When I tried to use the Makefile to download the wiki sources it ended up deleting the directory it was called from, due to the Makefile not being able to...

enhancement

The glsl code emitted for lognand is `return (~(A & B));`. Unfortunately "\~(" has semantic meaning to #'format so this causes an error when glsl-chunk-from-compiled calls glsl-line, which in turn...