Camilla Löwy
62074f3dea
Update glad2 and switch to header-only version
...
This updates to a newer version of glad2 and switches to the header-only
variant.
This also (finally) switches to the newer glad2 loader signature that
allows us to pass in glfwGetInstanceProcAddress directly.
ago%!(EXTRA string=4 years)
luz.paz
7105ff2dfd
Fix typos
...
Found via `codespell -q 3 -S ./deps -L fo,numer,te,uint,wille`
ago%!(EXTRA string=6 years)
Camilla Löwy
537ea4ccf1
Explicitly disable inclusion for test and examples
...
Thank you, Travis CI, for reminding me that one cannot disable a header
with inclusion guards if it doesn't exist.
ago%!(EXTRA string=6 years)
Camilla Löwy
d7e30b1c74
Replace glad and the Vulkan SDK with glad2
...
This removes all dependencies from the GLFW test programs on the Vulkan
SDK.
It also removes support for linking the GLFW shared library (dynamic
library, DLL) against the Vulkan loader static library.
ago%!(EXTRA string=6 years)
Camilla Löwy
f4d0c83181
Paperwork done
ago%!(EXTRA string=9 years)
Camilla Berglund
1592b40e25
Fix particles stutter caused by malformed timeout
...
Closes #836 .
ago%!(EXTRA string=9 years)
Camilla Berglund
757eea2779
Update email address
ago%!(EXTRA string=9 years)
Camilla Berglund
1b1ef31228
Make tests and examples use glad
ago%!(EXTRA string=10 years)
Camilla Berglund
0eccf75f65
Replace GL booleans with public macros
ago%!(EXTRA string=10 years)
Camilla Berglund
dd01dd7bef
Replace GLU with linmath.h in examples
ago%!(EXTRA string=10 years)
Camilla Berglund
d2113dc9f5
Remove ad-hoc M_PIs and enable VC++ macro
...
Fixes #564 .
ago%!(EXTRA string=10 years)
Camilla Berglund
7935a366f4
Fixed particles example on Retina displays.
ago%!(EXTRA string=10 years)
Camilla Berglund
839721b926
Fixed VC++ warnings.
ago%!(EXTRA string=11 years)
Camilla Berglund
54fac457bf
Removed unused -s option.
ago%!(EXTRA string=11 years)
Camilla Berglund
fe05515f43
Fixed uses of relative time for cnd_timedwait.
ago%!(EXTRA string=11 years)
Camilla Berglund
89627e4cd0
Cleaned up particles example.
ago%!(EXTRA string=11 years)
Camilla Berglund
457403586d
Replaced ad-hoc argument processing with getopt.
ago%!(EXTRA string=11 years)
Camilla Berglund
3f9117ef85
Formatted particles example.
ago%!(EXTRA string=11 years)
Camilla Berglund
d9f53c78a0
Plain port of particles example to GLFW 3.
ago%!(EXTRA string=11 years)
Camilla Berglund
e38740d6ef
Added GLFW 2 particles example.
ago%!(EXTRA string=11 years)
Camilla Berglund
74f5cd6fa7
Removed unused example files.
ago%!(EXTRA string=13 years)
Camilla Berglund
aff30d0baa
Renamed window creation/destruction functions.
...
Renamed glfwOpenWindow to glfwCreateWindow.
Renamed glfwCloseWindow to glfwDestroyWindow.
Renamed glfwOpenWindowHint to glfwWindowHint.
ago%!(EXTRA string=13 years)
Camilla Berglund
3249f812d6
Initial import of 2.7 Lite.
ago%!(EXTRA string=15 years)