JavaScript 🎁 Christmas Calendar 📅 Day 16 🎄

Поделиться
HTML-код
  • Опубликовано: 18 янв 2025

Комментарии • 6

  • @___d3p1
    @___d3p1 Месяц назад +1

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

    • @Radu
      @Radu  Месяц назад

      Thanks :-) Glad you like it!

  • @headshines
    @headshines Месяц назад +1

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

    • @Radu
      @Radu  Месяц назад

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

  • @spacticals
    @spacticals Месяц назад +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  Месяц назад

      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.