Package Details: luajit-glfw 3.4.0-1

Git Clone URL: https://aur.archlinux.org/luajit-glfw.git (read-only, click to copy)
Package Base: luajit-glfw
Description: GLFW bindings for LuaJIT
Upstream URL: https://github.com/Playermet/luajit-glfw
Keywords: lua opengl
Licenses: custom:zlib
Submitter: Popolon
Maintainer: Popolon
Last Packager: Popolon
Votes: 0
Popularity: 0.000000
First Submitted: 2025-11-15 13:01 (UTC)
Last Updated: 2025-11-15 13:01 (UTC)

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')

Latest 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')