mitchmindtree
mitchmindtree
Hey @tmladek, that's correct, we're still in the same state. My previous comment mentions some ideas on how we might be able to make some progress here if anyone is...
Thanks for the heads up! I think the vague idea behind re-exports so far has been, if we're currently extending the crate or plan to in some way, we might...
Possibly related to #761 though yet to confirm.
Thanks for reporting and diving into this @eirikblekesaune! I'm also using wayland (nixos + gnome) but am unable to reproduce either error in `window_coordinates.rs` locally. ``` [nix-shell:~/programming/rust/nannou]$ gnome-shell --version GNOME...
@cwyc here is [my nix configuration](https://github.com/mitchmindtree/nixconf). The `env/rust-dev.nix` is the shell I use for all my rust development, including nannou. It might have more stuff than you need though, as...
Thanks for opening this @sethboyles! If you're mostly interested in drawing the contents of a `Draw` instance (the type often yielded by `app.draw` in nannou examples), one quick approach that...
Thanks so much for pointing this out @jmg-duarte, that would be awesome! You're totally right, I'm guilty of switching between the two. How about we follow the example of the...
@jmg-duarte sorry about the late response - yes I agree with your last comment, that sounds good to me!
For sure, we have been thinking a lot on this! This was one of the major motivations for #452. There is work underway in both the audio and graphics backends...
The next steps for getting `nannou` running in the browser will be: - Update to wgpu 0.5. - Follow the steps outlined in [the recent wgpu-rs blogpost](https://gfx-rs.github.io/2020/04/21/wgpu-web.html) - specifically, the...