microsoft / pxt-arcade

Arcade game editor based on Microsoft MakeCode
https://arcade.makecode.com
MIT License
486 stars 209 forks source link

Add polygon fill/draw functions #5816

Open riknoll opened 1 year ago

riknoll commented 1 year ago

Building off of https://github.com/microsoft/pxt-arcade/issues/5815, it would be nice to have a c++/sim implementation of filling polygons.

riknoll commented 1 year ago

We could maybe split this into "simple polygon fill" and "complex polygon fill"