glfw-single-header
glfw-single-header copied to clipboard
A script that generates a single-header & single-header+single-source version of GLFW
Results
2
glfw-single-header issues
Sort by
recently updated
recently updated
newest added
Output running build.bat: ```build.bat gcc example/*.c -I example/ -lgdi32 In file included from example/test.c:53: example/glfw.h:8207:31: error: unknown type name 'Visual' 8207 | Visual** visual, int* depth); | ^~~~~~ In file...
A `#define LSH_GLFW_X11` is missing from `example.c` but it can still be compiled via `cc -I example/ -D LSH_GLFW_X11 example/*.c -ldl -lm -lpthread`