Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LuJGL

OpenGL library for LuaJIT using FFI

Requirements

How to Use (Windows)

  • Download the source via git
  • Put luajit.exe, lua51.dll, glfw.dll, and stb_image.dll in the directory
  • Load the library via requiring it: local lujgl = require "lujgl"
  • Call lujgl.initialize(windowname, w, h) to create the window
  • Pass LuJGL.setIdleCallback/setRenderCallback/setEventCallback the appropriate functions
  • Call lujgl.mainLoop() to start the main loop

About

DEPRECATED: Use ColonelThirtyTwo/LuaJIT-GLFW instead.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages