Hi everybody I'm using zerobrane and want to use raylib with it however I cannot get require to work . I'm just starting out with Lua and would appreciate some help with this .
Code:
rl = require ("raylib.dll")
::pmp::
--rl.graphics.initwindow(100,100,200,200)
a = a +1
if a >= 20000
then a = 1
end
--rl.graphics.print "raylib"
print "sorry"
goto pmp
Last edited: