I like when you make projects like this. Always fun to follow along
@All-about-te4 ай бұрын
❤
@Radu4 ай бұрын
Glad to hear :-) Looks like we switched content recently: you do more elaborate projects and I do simpler ones. I will have to catch up on your content after the holiday.
@alwysrite4 ай бұрын
love how you walk though everything from scratch- great stuff as always - thankyou
@Radu4 ай бұрын
Glad you enjoyed it :-)
@DanielJoseAutodesk4 ай бұрын
What crazier thing 😵😵Clearly one has the impression that the central circle changes. But it does NOT change .. How crazy. 😵🤪I liked the tip to put the name of the variables in the body of the call of a function. This makes it much easier to understand the code.😁👍
@Radu4 ай бұрын
Glad you liked the effect and the coding tips :-) Thanks for watching!
@enjoysharingcaring4 ай бұрын
This is the best way, I have ever seen.
@Radu4 ай бұрын
Thanks :-)
@yusuf.isyaku4 ай бұрын
I laughed out loudly when the animation started, it was like magic. Thank you Radu
@Radu4 ай бұрын
Cool :-) Thanks for watching!
@2difficult2do4 ай бұрын
Excellent explanation, clear demonstration and flawless execution I love your videos filled with useful information. Thank you!
@Radu4 ай бұрын
Thank you :-)
@ahmad-murery4 ай бұрын
Using line dashes is a clever idea, Why complicating things when it can done by a couple lines of code. That was a fun little project and I hope you do more stuff like this. Thanks Radu!
@Radu4 ай бұрын
Yeah, it's something more people should know about. Sometimes dashes can be used in creative ways (like I show in my most recent video about the train).
@paulehrig64144 ай бұрын
Terrific project and design! Your explanation is first rate! Keep making these cool projects!!!
@Radu4 ай бұрын
Thanks, will do! :-)
@omeralishin4 ай бұрын
WOW! Amazing
@Radu4 ай бұрын
Thanks!
@ur4me04 ай бұрын
Nice title song 😊
@Radu4 ай бұрын
Haha, thanks :-)
@tebunia4 ай бұрын
Thanks!
@Radu4 ай бұрын
Thank you! :-)
@artby3606Ай бұрын
Thank you 💜💜💜
@RaduАй бұрын
You're welcome :-)
@vladyslav-py-js-cs4 ай бұрын
Wonderful lesson😁
@Radu4 ай бұрын
Glad you liked it :-)
@Abbatyya4 ай бұрын
Thank you sir 🫡
@Radu4 ай бұрын
No problem :-)
@r-i-ch4 ай бұрын
Great stuff. I’m now going to be saying the word “lerp “ all the time.😂 Is there an easy way to animate the flowers rotating?
@dan-florinchereches48924 ай бұрын
I would say that you can try to replace the start and endpoints of the outer circle from 0 to 2PI instead to have a starting point dependant on the t variable. Say you want to have a rotation period T of 20 sec then you can add (t modulo T)/T * 2 * math.pi to both start and endpoints to the arc that has circle dashes on it. Not sure how you do modular arithmetic in Java and too lazy to check.
@Radu4 ай бұрын
Good Idea! @r-i-ch, you can also try using the lineDashOffset property of the context.
@adilsonbuset7384 ай бұрын
Merci beaucoup, professeur Radu. Visual Studio Code ne reconnaît pas le type de canvas HTML. Savez-vous comment résoudre cela ?
@Radu4 ай бұрын
If you want it to do that, you can try doing as instructed here: inspirnathan.com/posts/6-get-intellisense-for-html-canvas
@adilsonbuset7384 ай бұрын
@@Radu Ça a marché. Merci
@MadaraAzukar4 ай бұрын
❤🎉
@Radu4 ай бұрын
:-)
@FartherOfShaytan4 ай бұрын
Wow! Build this themes if you can! ( Vanilla JS with OOP)! 1. Video Player like KZbin (All functionality) (Responsive), (Preview), (Quality change) etc....; 2. Image Editor (Cropper); 3. Video Editor 4. Custom range slider |=============O===============| don't use
@Radu4 ай бұрын
Thanks, but I'm not interested in doing things that are already done (quite well).
@tithos4 ай бұрын
I would call the "pedals" satellites
@Radu4 ай бұрын
Satellites works too :-) But I was referring to 'petals' like those in flowers.
@scottonanski41734 ай бұрын
HEY! Where's the coding with Radu theme song!?!?!?
@Radu4 ай бұрын
At the start, after I talk for a bit!
@georgecrisan94993 ай бұрын
why not make this also with html and css only :D ? Great video by the way
@Radu3 ай бұрын
I guess you can, including the animation. Could you even set the number of 'petals' as a parameter? Not sure how to do that (I'm not great at CSS).
@georgecrisan94993 ай бұрын
@@Radu I understand the context of this project is to learn maths and canvas api. For the sake of discussion, can be done with hardcoded html for that or some lightweight JS script to handle the petals, amending the DOM with some click events. I like this pattern with the animation, I will make it as a Loader for my next personal UI project
@Radu3 ай бұрын
Ah, alright :-)
@tithos4 ай бұрын
looks like the orange circle is raising in the air