jeremydouglass / rosetta_examples_p5

Example set from Rosetta Code for P5 (Processing)
Other
10 stars 2 forks source link

Julia set #60

Closed villares closed 4 years ago

villares commented 4 years ago

Processing Java & Processing Python examples from the wiki Possibly solves #24

villares commented 4 years ago

See if you find the last commit (making the Python mode more like the Java mode) necessary...

jeremydouglass commented 4 years ago

Great! Thank you so much.

Some very small things to lint -- like the title in the .pde header, and globals-setup-draw normal order -- so I just tacked on a commit while merging rather than doing a review.

These look really good. I've been thinking about possibly adding screenshots to all the relevant sketches -- but there are some potential downsides.... (see #61 )

villares commented 4 years ago

Yeah, I hated the globals after setup order... it was from the Java mode version on the wiki so I preserved it.

jeremydouglass commented 4 years ago

I think we are both agreed -- let's fix the wiki instead when we see that again. That's just not idiomatic Processing (or good Java, really). It's a wiki -- we can make it better.