nannou_draw 0.20.0

A simple and expressive API for drawing 2D and 3D graphics, built on Bevy for nannou - the creative-coding framework.
Documentation
# nannou_draw

**The drawing API for** [**nannou**](https://nannou.cc)**, the creative coding
framework.**

**nannou_draw** provides `Draw` - a simple, expressive API for drawing 2D and 3D
graphics. It is built on the [**Bevy**](https://bevyengine.org) 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**](https://crates.io/crates/nannou) crate, it may also be used directly
as a Bevy plugin.

## License

Licensed under either of

 * Apache License, Version 2.0, ([LICENSE-APACHE]../LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
 * MIT license ([LICENSE-MIT]../LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.