LS,
Is the a manual for Lua for 32Blit or a list of commands
THX,
Goos
LS,
Is the a manual for Lua for 32Blit or a list of commands
THX,
Goos
hello , dont know the answer to the direct question ,but did you check Github ,it a place where you will likely find what you looking for ,good luck 32blit · GitHub
Thanks,
I looked through the site and i didn’t find what i am looking for.
All i want is a list of command usable for 32Blit (in LUA). I prefer the list of command using the graphics. I know rectangle and circle, but what about the rest.
Greetings,
Goos.
AFAIK there’s no formal list; you can derive it from GitHub - 32blit/32blit-lua: Lua interpreter for the 32blit handheld, and there’s a bunch of samples - I think it’s pretty much rectangle, circle, line, polygon and pixel :-)
I got it. In line and pixel I must use Point(x,y) to set the points of the line.
Greetings
Goos.