A silly LÖVE script written in MiniIDE on a tablet.

What you can do with MiniIDE:

  • Evaluate expressions at the console like a REPL.
  • Draw graphics either at the console or in the editor.
  • Take control over the standard LÖVE event handlers -- safe in the knowledge that you'll be returned to MiniIDE if there's ever an error.

In the video you can see me build an app that includes (inherits from) MiniIDE, so the app continues running as I type unrelated commands at the console.