nannou_draw
The drawing API for nannou, the creative coding framework.
nannou_draw provides Draw - a simple, expressive API for drawing 2D and 3D
graphics. It is built on the Bevy game engine: the
NannouDrawPlugin renders the meshes, text, textures and shaders produced by the
Draw API through Bevy's renderer. While it is re-exported by the main
nannou crate, it may also be used directly
as a Bevy plugin.
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.