Summary
Keywords
Full Transcript
This video covers the map() function in p5.js -- how to take a value from a given range and map it to a new range. Code: https://thecodingtrain.com/tracks/code-programming-with-p5-js/code/2-variables/5-map đčïž p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/yJqbGf71 đ„ Previous video: https://youtu.be/POn4cZ0jL-o?list=PLRqwX-V7Uu6Zy51Q-x9tMWIv9cueOFTFA đ„ Next video: https://youtu.be/TaluaAD9MKA?list=PLRqwX-V7Uu6Zy51Q-x9tMWIv9cueOFTFA đ„ All videos: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6Zy51Q-x9tMWIv9cueOFTFA Timestamps: 0:00 Hello! Let's talk about the map function. 0:32 Let's start with an example. 3:03 Trying to change the range of mouseX without map(). 4:17 That sort of worked, but what about other scenarios? 5:12 Let's see if I can explain how to use map(). 7:44 How about we try it out! 8:27 Let's have some fun with map()! 9:39 How could you take this farther? 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 #math #basics #p5js #javascript
