ufo
ufo copied to clipboard
Portable distribution of LuaJIT with precompiled binaries, libraries and FFI bindings
Probably others do as well, but I needed a complete FFI interface to zlib and found this one. The problem is in the `ffi.load` line: ``` lua local zlib =...
To make Lua, LuaJIT and UFO more popular use only stable versions of LuaJIT. Currently UFO Windows binaries has version of 2.1.0-alpha.
Hey, do anybody maybe have an example for DevIL image loading? Would be awesome, because I can't get it to work. :zap: And thanks for all the awesome examples already,...
Hey, i get this error for samples/test.lua: ``` C:\Users\Admin\Desktop\UFO>call luajit32 samples/test.lua glBegin true cdata: 0x00421375 glBegin1 false samples/test.lua:111: cannot resolve symbol 'glBegin1': The specified procedure could not be found. glBegin2...
How to run on Anroid device? Do I need rooted device? I have tried to make bin/Anroid/arm/luajit executable, but it says Operation not permitted. So I need to package it...
Hi, ufo seems like a great project. I have been fiddling around with glsw(on OSX) and I can set callbacks with ffi.cast (for example glfwSetCharCallback), but on input I get...
Hello. I get Segmentation fault: 11 on OSX in line: local name = ffi.string( info.name ) ``` lua lualocal ffi = require( "ffi" ) local apr = require( "ffi/apr" )...
LuaJit is out of Beta, so maybe switching to the stable release would be appropiate. Cheers!
Just a note to suggest naming the Regal libs as regal32.dll on Windows, to correspond to the opengl32.dll naming scheme. Not a big deal, if there is some other scheme...
Using the SDL module fails with these messages on OSX Lion. ``` luajit[71964] : kCGErrorInvalidConnection: CGSGetCurrentCursorLocation: Invalid connection luajit[71964] : kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as...