nannou-org / nannou

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

Ability to draw custom shapes #416

Open hardvain opened 5 years ago

hardvain commented 5 years ago

Hello, currently the draw API supports some default shapes. However I would like to have the ability to define some complex custom shapes (like a co-ordinate axes) and use it with draw. Is there some way to do this?

JoshuaBatty commented 5 years ago

Hi @hardvain . We have a pull request open on the guide that walks through how to draw custom shapes, might be worth taking a look here to see if it helps solve your question?