Тёмный
Colorful Coding
Colorful Coding
Colorful Coding
Подписаться
The Most Satisfying Animations of 2020
18:39
3 года назад
Welcome to Colorful Coding
0:47
3 года назад
Комментарии
@yibin-t1m
@yibin-t1m 2 дня назад
Hello,I want to fully implement most of the functions from Python's turtle module using p5.js, including showing the drawing trace. Now there’s a problem: after defining the turtle class, if I execute multiple predefined turtle methods in the draw() function, for example, executing turtle.forward(100) twice in the draw() function, they will be executed simultaneously. How can I make them execute in sequence, one after the other, so that it achieves the same effect as drawing with Python's turtle library?
@fabiomicalizzi6052
@fabiomicalizzi6052 23 дня назад
Your waveform is beautifully smoother than mine. I'm using the web editor ad mp3 file. Any suggestions? Thank you so much for your dedication!
@DavidCampbellFilms
@DavidCampbellFilms 26 дней назад
Great video - very useful.
@thinhnguyenhuy9119
@thinhnguyenhuy9119 2 месяца назад
you're awesome :D
@TrDer-bm3yk
@TrDer-bm3yk 2 месяца назад
good on you brother
@abdurrahmanalsayed149
@abdurrahmanalsayed149 3 месяца назад
Your video might just save my college midterm and I am forever grateful to you for this.
@erickgarcia1616
@erickgarcia1616 3 месяца назад
uol ??? I am in the same struggle myself bro hahaha I will add this to my midterm.
@abdurrahmanalsayed149
@abdurrahmanalsayed149 3 месяца назад
@@erickgarcia1616 yea UoL, I did that, I'm only missing one of the Coursera extensions and the report
@WTFJapanTV
@WTFJapanTV 3 месяца назад
brain just went 🤯🤯
@cookieman1264
@cookieman1264 3 месяца назад
5:56
@GDCyberHehe
@GDCyberHehe 4 месяца назад
can u name me the vscode extention ur using so that you can view it from the editor?
@longlovexue
@longlovexue 4 месяца назад
Can't find anything, the website is not realistic
@KevinYu900
@KevinYu900 4 месяца назад
I followed your tutorial and came last in the class.
@eugenewigner3939
@eugenewigner3939 4 месяца назад
14:30
@joan.ps1
@joan.ps1 5 месяцев назад
I skipped through the video as i dont have time now, but definitely interesting, informative and cool! Will definitely check it out in depth! Thanks for the video
@IC-ec7hw
@IC-ec7hw 6 месяцев назад
Is this doable in Flutter?
@bautistadaugero1698
@bautistadaugero1698 6 месяцев назад
Genial video
@SculptShape3D
@SculptShape3D 8 месяцев назад
what word to search in petreon
@umeshrajbanshi
@umeshrajbanshi 8 месяцев назад
The awesome tutorial i have found❤❤
@nawmelwang3383
@nawmelwang3383 8 месяцев назад
Can I ask when I type the second for loop(even not finished), the web editor crashing,. Is there some way to check and solve? my Mac is Ventura 13 and Chrome is 121 version.
@juanjoherreragimenez3988
@juanjoherreragimenez3988 8 месяцев назад
Fantastic video tutorial, you help me so more for a job thanks you very much
@shuxiang4716
@shuxiang4716 8 месяцев назад
nice work
@toshevislombek
@toshevislombek 8 месяцев назад
I liked
@mixtapeverse1184
@mixtapeverse1184 9 месяцев назад
Thank you for this awesome video! How did you capture/export the visualizer and turn it into a video?
@markmcla
@markmcla 9 месяцев назад
That's a beautiful animation. And I enjoyed the background music too! Thanks for sharing!
@mixtapeverse1184
@mixtapeverse1184 10 месяцев назад
That was awesome and works great! Definitely checking your patreon. Thank you!
@rubenbaca9529
@rubenbaca9529 11 месяцев назад
Do you no longer have a patron account?
@MertCalkan
@MertCalkan Год назад
Is it recording with sound
@christiancampos86
@christiancampos86 Год назад
Hi man! thanks for this video, how can i find you on patreon
@voiceoftreason1760
@voiceoftreason1760 Год назад
gugelhupf! awesome
@gepettowins
@gepettowins Год назад
background music slappin'
@yodering
@yodering Год назад
I've been trying to make this, however, when I use the preload function, my whole page gets stuck on Loading.... what should I do?
@ColorfulCoding
@ColorfulCoding Год назад
You are most likely running into some kind of error during the preload function. Have you made any changes to it or is it like the one in the video?
@Chizuko_TuT
@Chizuko_TuT 4 месяца назад
@@ColorfulCoding i have the same problem, but everything is just like in the video. when i delete the 'function preload() {...' my black canvas is back but with it the whole canvas is gone and there is a message in the top left corner, saying that it is 'loading...' (forever)
@yeez_pao
@yeez_pao Год назад
is it possible to add a stroke option in your pen?
@ColorfulCoding
@ColorfulCoding Год назад
I'm not sure what you mean - what kind of option?
@yeez_pao
@yeez_pao Год назад
@@ColorfulCoding An option where it add an outline to your pen, let’s say I draw with black, but if I turn on stroke option, white outlines come on whatever I drew Hopefully I explained it better
@ColorfulCoding
@ColorfulCoding Год назад
@@yeez_pao ah, I see. Such an option does not exist, no. I think that would be a bit tricky to implement, but it would definitely be cool!
@yeez_pao
@yeez_pao Год назад
@@ColorfulCoding What other options or features I can add or modify from the video you showed us?
@ColorfulCoding
@ColorfulCoding Год назад
@@yeez_pao I actually made another tutorial explaining a more advanced drawing app: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-S9pT7dpb2Zk.htmlsi=z_LoW8e9-7_AF1wq But beside the extra stuff mentioned in this, you could try creating an eraser to only delete some specific parts of the drawing instead of resetting the entire canvas. Or you could make it possible to create a gradient background with multiple colors blending into each other. Hope that helps!
@alebychac
@alebychac Год назад
This is amazing. I'm so happy to find this video👍
@vikramenu
@vikramenu Год назад
hi, Can we get the same effect with the mic stream audio data using P5.js?
@ColorfulCoding
@ColorfulCoding Год назад
Yes, you can create a audio stream from the mic like this: p5js.org/examples/sound-frequency-spectrum.html
@stephenkrus
@stephenkrus Год назад
💎✨👍
@j_uice
@j_uice Год назад
I'm really excited to see this! Love your tutorials. Will you be adding voice to your walkthroughs?
@ColorfulCoding
@ColorfulCoding Год назад
Thank you, that means a lot! Maybe in the future - but for now, there will just be text explaining each step.
@23ombzb
@23ombzb Год назад
Hello friend, I hope you can answer me. I happen to have seen your other video where you teach how to make an audio visualizer. I want to export the video with this tutorial, but it turns out that when I see the export everything is very fast.
@ColorfulCoding
@ColorfulCoding Год назад
I think that has to do with the speed at which CCapture records the canvas. When recording it moves through the frames slower than it normally do. However, the music that the animation reacts to, is playing at normal speed during the recording. So when you play the recorded video, it will be faster than the music. Hope that makes sense.
@23ombzb
@23ombzb Год назад
@@ColorfulCoding That's exactly what happens, but I have no idea how to fix it. And hey thanks for answering me so quickly
@23ombzb
@23ombzb Год назад
I wait your answer :(
@ColorfulCoding
@ColorfulCoding Год назад
You could try to slow down the song using either playback rate (p5js.org/examples/sound-playback-rate.html) or speed (p5js.org/reference/#/p5.MediaElement/speed).
@23ombzb
@23ombzb Год назад
​@@ColorfulCoding I solved the problem, it was the speed of the audio as you said. But I had problems with the tone changing the wave too much, although I managed to fix it with FL Studio. My last question, how can I get the audio to start right away? Thanks friend, from here to this week I will join your page as a member to take the courses.
@AlexXiuhuitl
@AlexXiuhuitl Год назад
Awesome tutorial! It was really helpful, tho I remain a question How can I change the resolution of the final video, it all depends on the canvas size?
@ColorfulCoding
@ColorfulCoding Год назад
Yes, that is correct. The bigger the canvas, the higher the resolution.
@sarasaldanal.1373
@sarasaldanal.1373 Год назад
can you send the code?
@ColorfulCoding
@ColorfulCoding Год назад
Hi, all the source code is available on GitHub: github.com/colorful-coding/coding-projects
@henrickzhang5868
@henrickzhang5868 Год назад
what is this song, please share a link with me, Thanks
@67Keldar
@67Keldar Год назад
Mind Blown.... 😮❤‼
@nothinglastsforever0000
@nothinglastsforever0000 Год назад
How did you open the chrome like that?
@lastfirst2930
@lastfirst2930 Год назад
the "3d sphere" part was crazy
@lana4586
@lana4586 Год назад
what do u use to show the graphic output on the right?
@aureliendemey4303
@aureliendemey4303 Год назад
I had no clue that p5js could do 3D kinda stuff without any additive library...
@tomiwaadesanya7346
@tomiwaadesanya7346 Год назад
Is it possible to achieve this same thing using python?
@aureliendemey4303
@aureliendemey4303 Год назад
This is neat, It's difficult to top the coding train in terms of educations and learning the basics of code, but the result you give are much more pleasing esthaetically, and that's really educationnal and inspiring too
@kirubasathish3683
@kirubasathish3683 Год назад
thank you so much man appreciate it man
@Frologics
@Frologics Год назад
I love this channel! Can you explain this part let r = p5.map(p5.sin(p5.frameCount), -1, 1, 50, 255); let g = p5.map(p5.cos(frameCount / 2), -1, 1); let b = p5.map(p5.sin(frameCount / 4), -1, 1, 50, 255); What is the map and cos/sin doing and how is it being applied
@sejalgandhi5320
@sejalgandhi5320 11 месяцев назад
Changes the color when rotated combined with the frameCount. I'm no expert.
@muhammaddawood7725
@muhammaddawood7725 Год назад
can i take fft amplitude and use that to create a visualiser using this recursive tree
@lanenaamorcita
@lanenaamorcita Год назад
Can I made this animation with a file mp4 instead of mp3? I uploaded I video with some filters but would be interesting adding this sound visualizer and seeing that the animation works contemporary with the music from the video.