CodingTrain / Suggestion-Box

A repo to track ideas for topics
573 stars 86 forks source link

p5 tutorial -- polygon / triangle effect #654

Open gregorsart opened 7 years ago

gregorsart commented 7 years ago

Hi Daniel,

I wanted to ask you, if you could do a tutorial on the following subject: luna_danielschiffman_please

https://demo.yootheme.com/wordpress/luna There it is the "Minimal" look.

I use the yoothemes (wordpress themes) very often and when I saw this "polygon / triangle effect" I instantly wanted to do something like this, too.

But it looks like hard work. I really like your tutorials, but some of them are very advanced. Also, visual effects tutorials you did not do yet...

So maybe you want to give it a try ... I would love to know how this effekt is coded in p5.js (if its possible)

...

Kind regards and Greetings

Gregor Haslinger

MrWe commented 7 years ago

Looked like a cool effect so i mocked up something similar. Note that the code isn't optimized at all, this is just the first thing i came up with :) https://github.com/MrWe/p5js-other_projects/tree/master/p5Projects/triangles

gregorsart commented 7 years ago

MrWe, wow, I am speechless, this looks great! I will try to understand your code and experiment with it.

I really want to learn more about how to code such things! Right now I start from the very beginning and listen to the videos about "The Nature Of Code" by Daniel Schiffman on his youtube Channel.

Thank you very much for your help! Much appreciated, Greetings Gregor

MrWe commented 7 years ago

No problem, good luck :)