4 ms·
I've just glanced at LOAD81 now.. pretty good job! thanks for sharing.. I noted your keyboard event handling (using SDL).. we have something very related to thi
by lneto 2y ago
I've just glanced at LOAD81 now.. pretty good job! thanks for sharing.. I noted your keyboard event handling (using SDL).. we have something very related to this in Lunatik (at the kernel level, of course) [1]. We've a kinda fun script that uses keyboard event handling to implement a "key locker" using Konami code [2].
[1] https://github.com/luainkernel/lunatik?tab=readme-ov-file#notifierkbd https://github.com/luainkernel/lunatik?tab=readme-ov-file#no...
[2] https://github.com/luainkernel/lunatik?tab=readme-ov-file#keylocker https://github.com/luainkernel/lunatik?tab=readme-ov-file#ke...
- helpfulContrib 2y agoI didn't write LOAD81 - antirez, of redis fame, did! I'm just a huge fan... But thanks for the further insight into Lunatik - I'm definitely going to be putting it through its paces soon.