sunjay / turtle

Create Animated Drawings in Rust
http://turtle.rs
Mozilla Public License 2.0
559 stars 54 forks source link

Added the arc method to turtle with two examples #189

Closed hans-pistor closed 3 years ago

hans-pistor commented 3 years ago

Fixes #82

Expanded on @DeltaManiac's work in #100 now that #173 was merged. Added a step parameter to more closely resemble the Python implementation's circle method.

Also added a second dragon curve example using the arc method compared to without it.

sunjay commented 3 years ago

@hans-pistor Anything I can do to help you move forward on this? No worries if you just haven't had time or won't get a chance to keep working on this. Just want to make sure I offer in case there's anything I can do. :)

sunjay commented 3 years ago

Hi @hans-pistor, I'm going to close this PR for now since it hasn't been updated in a while. You are welcome back anytime to keep working on this or to work on something else. No worries if something got in the way here this time.

Appreciate the time and effort you put into this! 😊