Boscop
Boscop
Does it work with https://docs.rs/imgui/0.7.0/imgui/struct.Ui.html#method.is_item_clicked ?
`map="[[map]]"` doesn't work for me, it doesn't redraw my polylines when data changes.. And it doesn't fit to markers when data changes either. What am I doing wrong? ```html ```
But what does it help to be able to observe the marker changes? The `` element doesn't change the markers. And I did call `render()` in an async loop with...
@LukasKalbertodt Is this still an issue? I noticed that when I render a shader from shadertoy using glium, it looks brighter. Is that because of this sRGB issue? What's the...
I'm planning to use Portier in my Rust web app which uses Iron etc. in the backend and Polymer/Web Components in the front end. Not sure how large the demand...
Support for headless rendering seems to be lacking: https://github.com/glium/glium/issues/1706 https://github.com/glium/glium/issues/1857 It would be nice to have that working..
Bummer, I wish I could render 8k frames headlessly.. Btw, it seems also that the framebuffer is black when you try to take a screenshot headlessly: https://stackoverflow.com/questions/59406235/why-glium-headless-can-not-render-an-image-like-normal-window-context
@willemv Yes, I had noticed that as well, that they are separate symbols already in the spv file. But the final uniform name (e.g. `iResolution_42`) is not stored in the...
@darkstalker Did you try `unchecked_read_to_pixel_buffer` or `unchecked_read`? Btw, which format would you recommend for fetching pixel data with 10-bit color-depth?
Thanks for letting me know. I was also discouraged by the doc, but now I will start using it.