mitchmindtree
mitchmindtree
A good question! This was the original intent for the `Theme` type - that is, to allow users to specify the default values for the cases where none were specifed....
Can confirm it also occurs on my laptop: ``` Running `/home/mindtree/programming/rust/morph/sw/target/release/morph-te` MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0 thread 'main' panicked at 'Handling wgpu errors as fatal by default',...
Could potentially be due to a vram leak - memory seems to consistently rise throughout the runtime of the program.
Sorry I just realised I posted this to nannou rather than our installation repo! For context, the above errors are occurring in one of our installations driven by nannou. It...
Thanks for the issue! I think the closest example to what you're after might be `draw_capture.rs` or `draw_capture_hi_res.rs` for rendering an arbitrary size image. However, both examples also render the...
Hey thanks so much for the kind words @hideakitai! ### Integrate `Draw` in custom render pass That's exciting that you have managed to get `raw_view` working with your own pipeline!...
Exciting stuff, thanks for hacking on this @hideakitai! ## Custom `Draw` and `draw::Renderer` instances You might already be aware of this, but one thing I forgot to mention in my...
Cheers heaps for this @seem-less, exciting to see helios support :) Will try get around to reviewing this soon!
Absolutely, I think tutorials can be some of the most valuable contributions :) For those stumbling upon this issue, this is the tutorials section of the guide referred to above:...
It would be nice if nannou could still provide raw keyboard and mouse events in a "headless" context, as these might be useful for interacting with alternative displays like LED...