?/100

Coding Challenge #1: Starfield in Processing

April 13, 20161207060

Description

This is the first in a new series of videos. In this video I attempt to program a "star field" or "warp speed" visualization in Processing. Code: https://thecodingtrain.com/challenges/1-starfield šŸ•¹ļø p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/1wLHIck3T šŸŽ„ Next video: https://youtu.be/LG8ZK-rRkXo?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH šŸŽ„ All videos: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH šŸ”“ Coding Train Live 30: https://youtu.be/JljMBn69fZM?t=760s References: šŸŒŸ Inspiration: https://cs.brynmawr.edu/gxk2013/examples/transformations/starfield/ Related Coding Challenges: šŸš‚ #27 Fireworks: https://youtu.be/CKeyIbT3vXI šŸš‚ #46 Asteroids: https://youtu.be/hacZU523FyM Timestamps: 0:00 Welcome to a 10 minute coding challenge 0:59 Let's create a star class 2:10 Make an array of stars 3:17 Write the update() and show() functions 3:43 Make the stars move! 5:37 Translate to the middle of the canvas 6:17 Add more stars 7:40 Start to tweak size and speed of stars 9:02 Add trails to stars 10:31 Bonus two minutes! 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://discord.gg/hPuGy2g šŸ’– 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 #space #processing

Wheatcha