Great present! I love the idea of using lines to draw square like shapes!
@Radu2 күн бұрын
Thanks :-) Glad you like it!
@headshines2 күн бұрын
Its incredible to see you code inJS..Im just learning the fundamentals but my goodness you make it look easy...
@Radu2 күн бұрын
It's just a lot of practice. You'll get there!
@spacticals2 күн бұрын
This is an awesome topic today. I have a question regarding this canvas project.I am a frontend dev and i want to learn Three.js which is a 3D animation library of JS . so will canvas geometry can help me understand three.js faster or what you think ?
@Radu2 күн бұрын
I think so... Three.js is 3D and the math is considerably more difficult. So, 2D things like the canvas are a good start, I think. Also, the things you learn here could help with texturing / shaders in Three.js as well.