markusbkk

Results 25 comments of markusbkk

Same problem here. I just installed bun for one of two speed-up PoCs at my day-job. The project depends on a private repository though.

Just found this. It seems related to the addition of TinySoundFont inside the Emscripten port. I'm gonna take a look tomorrow. I [forked](https://github.com/markusbkk/SpaceCadetPinball-WASM) the Emscripten port since there wasn't any...

> My guess was that internal MIDI renderer was simply not hooked up to the UI. Yea. That's my understanding too. I'll look into it this weekend. Will probably replace...

Personally, Go would be my suggestion. It makes writing client-server communication a bliss, the setup is straightforward and there's already a well maintained [WebTransport library](https://github.com/lucas-clemente/quic-go)

> First you need to use this fork of tcc : https://github.com/anael-seghezzi/tcc-0.9.26 (I made some specific modifications for CToy) > > You can build libtcc.so and libtcc1.a using make >...

Nice one. SerenityOS has a proper implementation of this that is similar to macOS'. https://www.reddit.com/r/programming/comments/e8pbmk/implementing_macosstyle_purgeable_memory_in_my/

Something like this would be ideal, IMHO. https://github.com/pop-os/distinst That way the backend can be better decoupled from the frontend (personally, I was hoping to implement an installer frontend in HTML5,...

Just a heads-up that I'm going to work on this soon. I have little idea what files to copy to the HDD/SSD and where, but it'll probably be a somewhat...

> Never had such problems. I just pressed `Alt-F4` in Windows OS. Lol. Yea. That didn't work. It was completely un-focusable. Haven't tried since then. Maybe it was a bug...

> `/dev/dri` is optional. It allows for Wayland clients to be hardware accelerated and was only relatively recently added to Greenfield. The comment you posted, Greenfield didn't have support for...