Nice, used to love playing with p5 back in the day, good to have such tools for Lua which is often recommend as a beginner language.
I wish the author did implement some built-in libraries like middleclass, that would allow people that don't necessarily understand how metatables to fake classes in more elaborate ways than what's showcased in the instances.lua example.
2 Comments
adamnejm@programming.dev · 4 pts · 2y
Nice, used to love playing with p5 back in the day, good to have such tools for Lua which is often recommend as a beginner language.
I wish the author did implement some built-in libraries like
middleclass, that would allow people that don't necessarily understand how metatables to fake classes in more elaborate ways than what's showcased in theinstances.luaexample.vlev@lemmy.world · 2 pts · 2y
A simple class utility is implemented at this commit