←back to thread

238 points jamesbvaughan | 1 comments | | HN request time: 0.207s | source
Show context
jasonjmcghee ◴[] No.44437770[source]
Hey nice - this stuff is so much fun to me. I've worked a number of experiments like this too, especially related to live coding. Love seeing it in the wild.

I built a small project where you can live-code Love2D. The running program updates in real time (no saving needed) and see all values update in real-time, via LSP.

https://github.com/jasonjmcghee/livelove

And also added the same kind of interactivity like a number slider and color picker that replace text inline, like yours (though via vs code extension: https://gist.github.com/jasonjmcghee/17a404bbf15918fda29cf69...)

Here's another experiment where I made it so you could "drag and drop" to choose a position for something by manipulating the editor / replacing a computed position with a static one, on keypress.

https://clj.social/@jason/113550406525463981

There's so much cool stuff you can do here.

replies(4): >>44437819 #>>44437887 #>>44438325 #>>44441131 #
KRAKRISMOTT ◴[] No.44438325[source]
Isn't autocad lisp powered?
replies(1): >>44442273 #
1. ◴[] No.44442273[source]