Comment by akkartik
2 years ago
Lua and LÖVE.
Talk about some of my apps in isolation: https://akkartik.name/freewheeling
Demo showing me combining my apps in workflows: https://archive.org/details/akkartik-freewheeling-2023-07-06
Now I've also been getting into mobile development: https://akkartik.itch.io/carousel
Do you use zerobrane or carousel to write your apps? Why?
I tend to prefer editors to IDEs. Lua is a simple enough language and my codebases have been small enough that my usual Vim sufficed at the start for apps like http://akkartik.name/lines.html back in May 2022. Over time I figured out how to do live editing, and lately I build my apps 95% in https://git.sr.ht/~akkartik/driver.love. I find it to be quite a nice experience, particularly with 2 monitors. I open the app I'm working on in one monitor while running driver.love full screen in the other to make changes to it.
Carousel is for a whole new use case: building simple scripts right on my phone or tablet. Nothing else can do that as simply, I think. It's cross-platform but that's an experimental property I'm hoping to carry forward to other apps. The use case here is purely for mobile devices.