Two of my sketches in Creative Coding: Making Visuals with JavaScript course
von Łukasz @tachometr
- 2,966
- 55
- 0
After finishing Bruno's course I felt ignited. I keep exploring some of those ideas (and have plenty of new ones), here are my results so far.
For gradient animations (Unit 5) I really wanted to make the noise loop, so here it is (using a method presented by The Coding Train - check the video named "4D OpenSimplex Noise Loop", if you're interested). I've also added another (independent) noise for additional subtle movement.

I've also explored the idea of bitmap "pixelation" (Unit 6). Wanted to achieve some nice animation as well, so I've switched to lines instead of glyphs and made it swap the letters in loop. It uses some noise too, as well as interpolation (`smoothstep` / `damp` function from `canvas-sketch-util`) to transition smoothly between "states".

Thank you for an awesome course, Bruno!
For those who are interested: I will put my favourite sketches on Instagram here: https://www.instagram.com/made.up.lifeforms/
+0 Kommentare
Melden Sie sich an oder melden Sie sich kostenlos an, um zu kommentieren