Skip to content

Releases: Playermet/luajit-glfw

Release v3.4.0

24 Feb 20:29
Compare
Choose a tag to compare

Update binding to 3.4.0 library version;
Fix GetError function;
Remove relative paths in examples require calls;

Release v3.3.0

18 Apr 14:22
Compare
Choose a tag to compare

Update bindings to glfw 3.3.0;
Fix GetInstanceProcAddress function;
Remove some unnecessary code;

v3.0.0 Release (glfw v3.2.0)

03 Jun 22:53
Compare
Choose a tag to compare

Add new GLFW functions and constants;
Change args of WindowHint, off JIT for WaitEventsTimeout;
Add CreateImage(width, height) function with optional arguments;
Add WindowHints(hints) function;
Add way to use existing tables as functions result;

v2.0.0 Release (glfw v3.1.1)

05 Aug 11:33
Compare
Choose a tag to compare

Names case returned to original;