mitchmindtree

Results 396 comments of mitchmindtree

Hi @tpltnt , thanks! I think it would be useful to have something like this. Perhaps instead of creating a new chapter for this in the guide, we could break...

As mentioned in my last comment, is it possible to move this to the existing [Updating nannou](https://guide.nannou.cc/getting_started/updating.html) section? I don't think we need a whole chapter for this. In general,...

nannou pretty much requires running on the main thread if you want to use its windowing and application events, as macos requires calling a whole lot of their windowing/application event...

I don't think so, I think macOS is the main culprit. I think if you search for "main thread macos" in the winit issues you might find lots of old...

> The best we can do is suggest they spin their application up on another thread in the model function. Yeah I think this is much more reasonable in the...

Could be useful to refer to this on the importance of not blocking the audio thread http://www.rossbencina.com/code/real-time-audio-programming-101-time-waits-for-nothing

Thanks for the issue @mordner! That function is kind of just a "simple" helper API on top of the protocol implementation itself - we should probably break up the internals...

Great to see a crate with these plans and some initial work! May I ask if you are currently using this in a downstream project that is driving your work...

Thanks for the link! I'll watch it today :)