pd-rs / crankstart

A barely functional, wildly incomplete and basically undocumented Rust crate whose aim is to let you write Games for the Playdate handheld gaming system in Rust.
MIT License
235 stars 24 forks source link

Add fill_polygon #61

Closed lyonbeckers closed 1 year ago

lyonbeckers commented 1 year ago

For convenience/ergonomics, I have it pass a slice of ScreenCoords rather than the C API's expected array of alternating x y coordinates

boozook commented 1 year ago

Thank you!