<https://youtu.be/gla830WPBVU>
# of-end-user-programming
s

https://youtu.be/gla830WPBVU

👍 2
I believe this was presented at LIVE19, found via https://twitter.com/hisham_hm/status/1186611068099010560
s
pretty cool! looks like https://userland.org is down though?
d
PS, the code has missing dependencies. I've contacted the author.
s
would be great if this was shipped as an executable without external deps.
s
@Doug Moen I actually got it running first try, it is a LÖVE application (http://love2d.org). After installing it just takes a
love .
to run EDIT: nvm, still missing 'inspect' and 'posix', im trying luarocks..
s
interesting, i had some issues building with inotify.
the lua inotify rock didn't seem to work
d
Thanks @s-ol, I'll try that.
s
so apparently you have to have the rust language installed, then get the luarocks-build-rust adaptor:
luarocks install luarocks-build-rust
and then you can have luarocks install all the dependencies with:
luarocks --lua-version 5.1 --local make
after this
./userland
should run it. If it complains about not finding
inspect
throw in an extra
luarocks --lua-version 5.1 --local install inspect