JavaScript 🎁 Christmas Calendar 📅 Day 16 🎄

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ • 6

  • @___d3p1
    @___d3p1 2 дні тому +1

    Great present! I love the idea of using lines to draw square like shapes!

    • @Radu
      @Radu  2 дні тому

      Thanks :-) Glad you like it!

  • @headshines
    @headshines 2 дні тому +1

    Its incredible to see you code inJS..Im just learning the fundamentals but my goodness you make it look easy...

    • @Radu
      @Radu  2 дні тому

      It's just a lot of practice. You'll get there!

  • @spacticals
    @spacticals 2 дні тому +2

    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 ?

    • @Radu
      @Radu  2 дні тому

      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.