What does HackerNews think of picolove?

PICO-8 Reimplementation in Love2D. Chat: https://discord.gg/jGEMUse6RM

Language: Lua

#32 in Android
#7 in Emulator
#87 in Linux
#10 in Lua
#38 in Windows
If you'd like the platform to be more open, it's pretty easy to do something about it, just contribute missing bits to existing open source implementations like https://github.com/picolove/picolove. The overall system is pretty simple, so completing a decent open emulator should be be doable in a reasonable time frame.

Personally, I'd both like to see and open-source way to play back pico-8 cartridges and lexaloffle continuing to be financially rewarded for building a pretty cool (and cheap!) platform, so I hope the graphics and sound editors won't be included in free clones anytime soon.

They might have built their own pico-8 runtime/emulator. Alternatively, porting the game to use another Lua runtime (like LÖVE) would probably not be that hard. Ex, here's a pico-8 runtime in LÖVE:

https://github.com/picolove/picolove