Load81. A simple drawing and coding environment for kids to learn programming.

github.com/antirez/load81

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

July 2020
  • SDL2 porting file removed.
  • SDL2: fix sprite.
  • SDL2: getpixel() fixed.
  • SDL2: fix rendering.
  • SDL2: lua program keyboard events fixed.
  • SDL2: fix editor keys handling.
  • SDL2: initial porting. Many things to fix yet.
November 2015
  • Merge pull request #61 from dpino/fix-keyboard-issues
September 2015
  • Ignore AltGr
  • Avoid repetition mechanism for SDLK_UNKNOWN characters
June 2015
  • Use a template when input program does not exist.
October 2013
  • Editor: handle capslock by ignoring it.
  • Background() has no alpha argument. Examples fixed.
September 2013
  • New example added: simple 2D physics simulation.
  • Editor can accept new file without crashing
March 2013
  • Highlight else and elseif in editor mode.
April 2012
  • Dedicated to Jack Tramiel.
March 2012
  • Highlight errors in red.
  • Antialiasing is a new optional argument for sprite(). Default is off …
  • use luaL_optnumber() instead of explicit argument number checking. Th…