[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lua in the browser: Moonshine and MoaiFiddle
- From: Pierre-Yves Gérardy <pygy79@...>
- Date: Tue, 1 Apr 2014 23:19:45 +0200
Cool things featured on Hacker News today:
# Moonshine:
>From the web page:
> Moonshine allows you to execute compiled Lua
> bytecode in a JavaScript environment, such as
> a web browser.
> Moonshine's debug engine allows you to add
> breakpoints, step through code and interrogate
> variables. At just 19kB gzipped, Moonshine is
> suitable for mobile connections and is compatible
> with older browsers, including IE6.
# MoaiFiddle
Like JSFiddle, but for Lua + Moai rather than JavaScript + HTML. The
MOAI engine is compiled with Emscripten, and you can interact with the
code through a REPL.
Release announcement:
http://getmoai.com/forums/moaifiddle-an-online-moai-editor-and-player-t2604/
example: http://moaifiddle.com/Q09BJWGMW6
-- Pierre-Yves