David Johnson
David Johnson
https://blog.rust-lang.org/inside-rust/2020/09/29/Portable-SIMD-PG.html It might be better to use this than to support lots of platforms manually. That way you get support for more platforms (presumably) with less work.
It may be worth checking if [this](https://github.com/emoon/rust_minifb/pull/174) allows the issue to be fixed, by updating the buffer without polling input. Of course, this isn't a real solution, since resizing shouldn't...
I tried to set a scale option on Linux + X11 and it doesn't work (both stretch and upper left) When the window is resized, it instantly turns black. Of...
@emoon I was making two points: 1) The known bug of flickering is more than an aesthetic issue (see my previous comment for details), which may be relevant to prioritizing...
I run my server with Sponge currently, and it can't break past 16 tps in general due to the sheer number of TEs in the world (warmroast and TickProfiler both...
> but it's clear now that softbuffer isn't a good project in terms of quality, so we should add something our selves Hi, softbuffer developer here. Would you be willing...
I am making the nucleus, not sponge, config directory into a symlink. Specifically, I am using the following commands on Ubuntu 17.04 x64: ``` cd config mv ./nucleus ../nucleus-actualconfigfolder ln...
I have some time to work on this now, and I have cloned Naga, setup a workspace to reproduce the bugs, and tried to spelunk in the Naga code to...
@mmstick I'm also wondering what the "two traits" are. I've seen `WidgetNameExt` traits in the existing widgets, but that's only 1 trait, and it's not even the same one for...
> Can i work on this issue? If you made it, I'd probably use it. I can't speak for if the project would merge it, of course, though.