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

ColonelThirtyTwo/LuJGL

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages