load81
load81 copied to clipboard
SDL based Lua programming environment for kids similar to Codea
This leaves only one warning: ``` /usr/bin/ld: liblua.a(loslib.o): in function `os_tmpname': loslib.c:(.text+0x4e4): warning: the use of `tmpnam' is dangerous, better use `mkstemp' ``` There is a note about this in...
It compiles and runs fine, this is just some warnings with GCC 10.2.1 20201203 on Linux ppc64le. I’m preparing a pull request. ``` $ make cc -O2 -Wall -W -Ilua/src...
setpixel(x,y) - kids grasp it easily + some examples
It would be great to be using the nubs of the Open Pandora device, which can appear to the system as independent high-res joysticks. For this reason, I have done...
Artwork
LOAD81 needs a default Icon file. ;) I have created one from a screenshot of LOAD81 in progress, but perhaps someone with Artistic skills could come up with a branding...
It would be very nice to have sound in LOAD81, and following the 8-bit ideology, if it were a synthesis-oriented approach (as opposed to .WAV sample playback) this would be...
try'ng to build load 81 on cygwin are ok! but when run it SDL_Init "can't found de video display". Why? `$ make` > cc -O2 -Wall -W -Ilua/src `pkg-config --cflags...
I've re-implemented Joystick support, substituting joystick.count for JOYSTICKS, and re-working the API that was added to be more generally useful outside the scope of Joystick handling. Joystick rescan is done...
So we can exit with cmd+q, yep.
The --bpp arg was added to LOAD81 - this change accommodates this new arg, setting the bpp for the Open Pandora to 16. NOTE: --bpp 32 breaks Alpha, --bpp 24...