Red Artist

Results 119 comments of Red Artist

Yeah. I could not compile it on arch too. I though something was wrong with my system. The main issue was being unable to run the CI command to check...

I doubt we will have official bindings . Whatever solutions we want should be third party. I already did a small proof of concept once, the main issue was how...

did you make any progress btw? looking for any safe `made in rust, for rust` language bindings of egui. i just updated my repo to work online too, so its...

> I'm not sure this is globally portable. This would require a compositor. For X11, at least, it's not guaranteed that a compositor is running at all, meaning that you...

https://github.com/emilk/egui/discussions/424 relevant discussion

won't including the images bloat the git repo or docs.rs ? or will there be some kind of git lfs setup?

Git already does the hashing, but the docs.rs has a size limit. And if we go through different images fast enough, git repo starts increasing in size too. there's oxipng...

could be related links: https://github.com/gfx-rs/wgpu/issues/644 https://github.com/gfx-rs/wgpu/blob/master/.github/workflows/ci.yml#L147 https://docs.mesa3d.org/drivers/llvmpipe.html for opengl.

Not the first time this request came up. People wanted to share font textures between multiple viewports or windows etc.. Afaik, this is not a priority unless someone is willing...

I might be wrong, but i think the point of closures is that they will run only if necessary (ui is shown). With a straight sequence style of begin and...