New step-by-step install tutorials and printToScreen() for L5 library

Hi all, some of you may be aware of the new L5 creative coding library. It has syntax very similar to p5.js but is in Lua, works cross platform on desktop.

We’ve recently completed step-by-step install guides for Mac, Windows and Linux, along with the Getting Started guide.

To make it even easier to use, we’ve added a new optional function printToScreen(). Adding this to a sketch will result in print() function output to be drawn to your window overlaid on top of your sketch.

More documentation can be found at the L5 website.

Feel free to ask any questions here, or open a new thread.

1 Like