nannou-org / nannou

A Creative Coding Framework for Rust.
https://nannou.cc/
6.04k stars 305 forks source link

Scaffold nannou bevy refactor #951

Closed tychedelia closed 10 months ago

tychedelia commented 10 months ago

In order to get started on the bevy refactor, we'll need a minimal set of crates. Here's what I'm thinking to start.

Right now, we're choosing to following the naming convention that places our plugins "inside" the bevy ecosystem. I think this makes sense since some of these could be used by projects outside of nannou, but it also would be totally fine to prefix as nannou-bevy-*. Something to consider!