Interpreter for Creative Coding

Lu5 is a free and open-source Lua interpreter for Creative Coding.

CDN

lu5 can now run on the web with lu5-wasm
<script src="https://unpkg.com/lu5-wasm@latest/dist/lu5-wasm.min.js"></script>

Download

On arch based systems, you can install lu5 from the AUR.
yay -S lu5

For any other linux distribution, you can build from source
git clone https://github.com/matiasvlevi/lu5 --branch v0.1.6
cd lu5
make
lu5 is not available on Mac OS :(
lu5 is not available on mobile devices :(

Releases