Various sample scripts (full permission)
nya Resident
Put down a few sample scripts for people to get some ideas from in Mesa
- A minimal "callback style" fetchsample
- GitHub commits over ll.HTTPRequest-- this even compares (to avoid empty commits) using correctly formatted Gitshasum, which wasn't possible in LSL
- HTTP-in website using HTMX and Alphine.js
- Very basic Zalgo text generator
- math.noisefloat text example
- math.noiseacross a linkset
Few of these are a bit on the rough side, will make some more minimal examples if I have time!
Aside from the Zalgo one, these are all things that either weren't really possible with pure LSL, or just plain awkward.
Log In
nya Resident
H
Harold Linden
nya Resident
Incidentally, the Snake script has been helpful in tracking down a couple cases where we weren't calling
lua_checkstack()
as required, so thank you!