Coding Challenge #8: Solar System in Processing - Part 2 (3D)
In the second part of this coding challenge, using Processing, I take the code from the 2D Solar System and turn it three-dimensional. Code: https://thecodingtrain.com/challenges/8-solar-system-3d
đšī¸ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/QIB-sT10
đĨ Previous video: https://youtu.be/l8SiJ-RmeHU?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
đĨ Next video: https://youtu.be/FGAwi7wpU8c?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
đĨ All videos: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
References:
đš PeasyCam library: http://mrfeinberg.com/peasycam/
Videos:
đ´ Coding Train Live 35: https://youtu.be/nF7DVmovWr0?t=1274s
Related Coding Challenges:
đ #7 Solar System (2D): https://youtu.be/l8SiJ-RmeHU
đ #9 Solar System (3D) with textures: https://youtu.be/FGAwi7wpU8c
Timestamps:
00:00 Introduction
00:25 Some improvements to the current version
02:33 Adding 3D
05:35 Visualising a 3D Solar System
09:05 Adding PeasyCam
12:40 Using Vector Cross Product to determine the axis of rotation
20:10 Adding more planets and moons
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
#solarsystem #3d #processing