4. PLAYER // Coding a Minecraft Clone with JavaScript + Three.js

Поділитися
Вставка
  • Опубліковано 8 січ 2025

КОМЕНТАРІ • 14

  • @Madewillarts
    @Madewillarts Рік тому +1

    This series is top tier, I like how you explain and detail everything 👏

  • @genshian
    @genshian Рік тому

    Niceee!!! Keep these coming :D Super grateful that you're making this content available :D

  • @daliborin
    @daliborin Рік тому

    Ive made quite decent minecraft clone using threejs. Initially for fun but turned it into bachelors work

  • @Madewillarts
    @Madewillarts Рік тому

    Looking forward to the next post ❤❤

  • @mareczek1613
    @mareczek1613 Рік тому

    Can't wait for the 5th part 😅

  • @mochatitan7401
    @mochatitan7401 8 місяців тому

    Hey, I experienced some issues with the movement, if you hold D then hold A then release A, you will stop despite never releasing D.
    I fixed this by making and object that stores booleans for each key needed, setting x and y to zero, before doing if(w) vector.z += max speed for each key.
    It makes it a lot smoother

  • @rednibcoding3412
    @rednibcoding3412 Рік тому

    Awesome video, thank you! When is the 5th part comming out?

  • @xuanmo-x9t
    @xuanmo-x9t Рік тому

    What are the benefits of using threejs instead of babylonjs to make minecraft? I am confused about the choice of framework recently.

    • @dangreenheck
      @dangreenheck  Рік тому

      Three.js is a low-level library for creating 3D web experiences. Babylon.js is a complete 3D engine with a bunch of additional features like physics and particle systems.
      If you need complete control over your app/game, are comfortable with 3D/graphics, or need something lightweight, go with Three.js.
      If you need all the additional features that Babylon.js offers and are okay with working within the limitations of their engine, go with that.

  • @guibson1258
    @guibson1258 Рік тому

    How to export a Three.js based game to PS5 or Xbox Series?

  • @worldbest3097
    @worldbest3097 Рік тому

    besstttt