Linus Färnstrand
Linus Färnstrand
For my own understanding, what's the correct/simplest way to just render linear RGB values directly to the window framebuffer? I don't have any textures. I just have linear RGB data...
Given that my shader writes srgb values, no? What if my shader writes linear rgb to the display framebuffer? Edit: is the display framebuffer always linear, never an srgb target?...
Yes, glium and gtk4 seem to compete for the global OpenGL state and overwrite each others' textures. I reported this issue to the `gtk4-glium` crate and the discussion/debugging got a...
Thanks for reporting this. `electron-builder` and friends has been very hard to work with in the past. We'll see what we can do. But we of course need to make...
Apparently we do need to wait for the `pfctl` library to cut a new release. Because they have to match as the code stands right now.
Our app does the best it can to protect against DNS leaks. It prohibits all traffic to port 53 except to the DNS server the app want to use. The...
Python has good bindings to Qt and seem to have good test writing possibilities. Is it possible to write UI tests in python for a Rust-Qt application maybe?
Thanks for the reply! We will explore the options you list (except C++) in a little PoC and see what works. I'm asking from a perspective of a team who...