sunjay / turtle

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

Add example of geometric art #123

Closed noeddl closed 5 years ago

noeddl commented 5 years ago

Add an example that creates drawings similar to the second picture shown in issue #11.

I wrote it so that some parameters can easily be changed in the main function (width and height of the drawing, number of rows and columns, number of colors).

Some examples of what the resulting drawings can look like:

sunjay commented 5 years ago

These images are gorgeous! Thank you so much for working on this! I'm going to review this sometime this week. Don't worry about the CI passing, there's some problems with the Mac builds right now.

Thanks again!

noeddl commented 5 years ago

Thanks a lot for your detailed review! I've learned quite a few things just from working on the changes you suggested as well as from reading the documentation. I like that it contains general hints about how to do certain things in Rust. Also, creating drawings in Rust is really fun. So I might come back to work on some more issues. 🙂

sunjay commented 5 years ago

Thanks a lot for your detailed review! I've learned quite a few things just from working on the changes you suggested as well as from reading the documentation. I like that it contains general hints about how to do certain things in Rust.

You're welcome! Thank you addressing all my feedback! This is a fantastic PR! :smile:

Also, creating drawings in Rust is really fun. So I might come back to work on some more issues. :slightly_smiling_face:

That would be great! I'm happy to have you back for more! :tada: