Coding Challenge #137: 4D OpenSimplex Noise Loop
Itβs groundhog day on the coding train as I demonstrate another noise loop GIF technique, this time with 4D OpenSimplex Noise in Processing (Java). Code: https://thecodingtrain.com/challenges/137-4d-opensimplex-noise-loop
πΉοΈ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/MPqnctIGg
π₯ Previous video: https://youtu.be/ZI1dmHv3MeM?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
π₯ Next video: https://youtu.be/TDQzoe9nslY?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
π₯ All videos: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
References:
π OpenSimplex Noise in Java: https://gist.github.com/KdotJPG/b1270127455a94ac5d19
β° Necessary Disorder: https://necessary-disorder.tumblr.com/
ποΈ ffmpeg: https://ffmpeg.org/
Videos:
π What is OpenSimplex Noise?: https://youtu.be/Lv9gyZZJPE0
π Polar Coordinates: https://youtu.be/O5wjXoFrau4
π΄ Coding Train Live 170: https://youtu.be/O6dsGXhD0sc?t=1755s
Related Coding Challenges:
π #136 Polar Noise Loops: https://youtu.be/ZI1dmHv3MeM
π #135 Making a GIF Loop in Processing: https://youtu.be/nBKwCCtWlUg
π #C5 Marching Squares: https://youtu.be/0ZONMNUKTfU
Timestamps:
0:00 Introduction!
1:55 Discussing gif loops
6:31 Adding polar coordinates to loop through one plane of 3D noise
10:45 Rendering out the GIF loop!
12:08 A non-traditional ending and things to try!
Editing by Mathieu Blanchette
Animations by Jason Heglund
Music from Epidemic Sound
π Website: http://thecodingtrain.com/
πΎ Share Your Creation! https://thecodingtrain.com/guides/passenger-showcase-guide
π© Suggest Topics: https://github.com/CodingTrain/Suggestion-Box
π‘ GitHub: https://github.com/CodingTrain
π¬ Discord: https://thecodingtrain.com/discord
π Membership: http://youtube.com/thecodingtrain/join
π Store: https://standard.tv/codingtrain
ποΈ Twitter: https://twitter.com/thecodingtrain
πΈ Instagram: https://www.instagram.com/the.coding.train/
π₯ Coding Challenges: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
π₯ Intro to Programming: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6Zy51Q-x9tMWIv9cueOFTFA
π p5.js: https://p5js.org
π p5.js Web Editor: https://editor.p5js.org/
π Processing: https://processing.org
π Code of Conduct: https://github.com/CodingTrain/Code-of-Conduct
This description was auto-generated. If you see a problem, please open an issue: https://github.com/CodingTrain/thecodingtrain.com/issues/new
#opensimplexnoise #4dnoise #gifloop #polarcoordinates #p5js #javascript