zmitchell / splatter

A Rust framework for creating generative art
0 stars 0 forks source link

Investigate: internal event queue #13

Open zmitchell opened 1 year ago

zmitchell commented 1 year ago

It would be nice if we could test the inner workings of the rendering pipeline to some degree. From a cursory glance it doesn't appear that much of the guts of nannou were tested all that extensively.

For winit I propose something like this:

For drawing I propose something like this:

Hard to say much more about what this should look like given that I don't have much insight into the inner workings of the crate yet.