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

Rename center to origin in ellipse function params #67

Closed lyonbeckers closed 1 year ago

lyonbeckers commented 1 year ago

Fixes https://github.com/pd-rs/crankstart/issues/65

boozook commented 1 year ago

@lyonbeckers, Actually that was not so wrong, because there is "origin" really, also named as "pivot-point". Yes, this is the center of the thing, but in other engines pivot-point can be set by user.

Okay, nerd mode is off.