SuchAFuriousDeath
SuchAFuriousDeath
Just as a big sidenote, I think this could be done in Postgres using LISTEN and NOTIFY without having to listen to each individual record, but obviously, it's not reasonable...
Does the game itself rely on this, or just the libraries?
If it's not too bad, we could patch the libraries so that they don't complain.
This repo provides a potentially useful example: https://github.com/dpw/kvm-hello-world
Have I mentioned [kvm_bindings](https://docs.rs/kvm-bindings/latest/kvm_bindings/#) ?
Although... kvm_run has a lot of mess in it. Because bindgen + unions.
Current progress:
Progress report:
@ultimaweapon I'll have to change the UI around slightly, it seems that Slint doesn't support multiple popup windows at the same time (And the issue is that I don't know...