Schmavery / reprocessing

ReasonML graphics library inspired by Processing
https://schmavery.github.io/reprocessing/
MIT License
682 stars 24 forks source link

Implemented bezier curves #21

Closed SodaCookie closed 7 years ago

SodaCookie commented 7 years ago

Implemented as bezier pt1 control1 control2 pt2 Bezier curves are cubic

Schmavery commented 7 years ago

Thanks for doing this @SodaCookie 😄 How does it look for sharp curves and thick lines?

SodaCookie commented 7 years ago

We have some spotting on the thick lines which might need some work but for now there's at least bezier curves.