sirsegv

Results 7 comments of sirsegv

That happens when transparency is turned off. Because KDE doesn't natively support rounded corners the only way to do so is to make them transparent, which just turns black when...

I just tried this on Arch Linux KDE, and found issues related to maximising. The window would only maximise to a small portion of the actual screen size, and would...

> while the performance of WASM would be lower, I think that it would be a lot easier to implement WASM would also make it easier to use languages other...

Sokol has a PR for wayland that hasn't been touched in a while (https://github.com/floooh/sokol/pull/425), so presumably when that's merged V UI (and everthing that uses `gg`) will work on wayland...

Of course! It already seems to work fine with the latest V, but does need some changes for Raylib 4.5 as you say. I was also thinking of moving some...

On my Linux machine V (-cc clang -prod) took 1324ms while go took 179ms

I initially tried with autofree and it gave a C compiler error, so I let it fall back on the gc