Thought it's a nice 'easter egg' for those who watch till the end :-)
@DanielJoseAutodeskАй бұрын
Cool. I tried to create the snowflake, using a for loop, but it wasn't getting such a compact code when I wanted to. But seeing you use forEach to implement the holes. I was able to see how I could create the snowflake in a much simpler way. Every new video, a new learning.
@RaduАй бұрын
Nice to hear you're getting more comfortable with the syntax and that you can find different applications like that :-)
@___d3p1Ай бұрын
Great techniques to handle this calendar! Wonderful!
@RaduАй бұрын
Thanks :-)
@shaddow11roАй бұрын
I've almost got scared when i saw Radu typing "destination...". Was thinking that this is "final destination" :))) Anyway all like usual stuff: a line there, a ball there a for there and boom! A Calendar! Nice work Radu!
@RaduАй бұрын
:-) reading your comments is quite uplifting, thanks!
@yaverjavidАй бұрын
basically I wanted to implement a pixel art editor on canvas, but I simply want to fill a rect at a location that will "replace" the color (could have transperency) rather than blending. is there any way?
@RaduАй бұрын
Hmmm, tried clearRect followed by fillRect with your desired (transparent) color?