Nazariglez / notan

Cross-platform multimedia layer
https://nazariglez.github.io/notan-web/
Apache License 2.0
763 stars 53 forks source link

expose notan_draw builder publicly to allow custom builders #296

Closed RichardMarks closed 7 months ago

RichardMarks commented 8 months ago

In order to be able to use the DrawProcess trait from the builder module in the notan_draw crate from user code.

I've leveraged this patch to implement custom drawing features on the Draw instance.

Nazariglez commented 7 months ago

This makes sense. Thanks!