Use this if not other glfw version, instead of what is said in README.md documentation, to have examples working:
local glfw = require 'glfw' ('glfw')
If you have several libglfw version you can use to force v3 (default arch package):
local glfw = require 'glfw' ('/usr/lib/libglfw.so.3')
Pinned Comments
Popolon commented on 2025-11-15 14:04 (UTC) (edited on 2025-11-15 15:41 (UTC) by Popolon)
Use this if not other glfw version, instead of what is said in README.md documentation, to have examples working:
local glfw = require 'glfw' ('glfw')If you have several libglfw version you can use to force v3 (default arch package):
local glfw = require 'glfw' ('/usr/lib/libglfw.so.3')