An open API service indexing awesome lists of open source software.

https://github.com/elihugarret/Moonlet

Live coding with Lua.
https://github.com/elihugarret/Moonlet

Last synced: 2 months ago
JSON representation

Live coding with Lua.

Awesome Lists containing this project

README

          

Moonlet
==============

Lua live coding. It only works on Linux and Windows.

Installation (Windows)
==============

1.- Clone or download this repo.

2.- Download and install the best IDE for Lua, [ZeroBrane Studio](http://studio.zerobrane.com/)

3.- Download and install [LoopBe1](http://www.nerds.de/en/loopbe1.html)

4.- Download this .dll files and put them in your System folder. [msvcp110](http://www.opendll.com/index.php?file-download=msvcp110.dll&arch=32bit&version=11.0.51106.1&dsc=Microsoft%AE-C-Runtime-Library), [msvcr100](http://es.dll-download-system.com/u/m-dlls/msvcr100.dll/details.html#.Vfoky2wViko) and [msvcr110](http://www.opendll.com/index.php?file-download=msvcr110.dll&arch=32bit&version=11.0.51106.1&dsc=Microsoft%C2%AE-C-Runtime-Library)

5.- Put all the files of this repo in your "myprograms" folder that is in the ZeroBrane Studio folder.

6.- Run the ZeroBrane IDE app and open the main.lua and luna.lua files

7.- Then on the ZeroBrane IDE menu, click on Project >> Project Directory >> Set From Current File

8.- On the main.lua file, press F6.