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

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ก.ย. 2024

ความคิดเห็น • 14

  • @ayomideadejumo2068
    @ayomideadejumo2068 10 หลายเดือนก่อน +1

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

  • @ayomideadejumo2068
    @ayomideadejumo2068 10 หลายเดือนก่อน

    Looking forward to the next post ❤❤

  • @genshian
    @genshian 10 หลายเดือนก่อน

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

  • @mochatitan7401
    @mochatitan7401 4 หลายเดือนก่อน

    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

  • @daliborin
    @daliborin 10 หลายเดือนก่อน

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

    • @dangreenheck
      @dangreenheck  10 หลายเดือนก่อน

      I would like to see it!

  • @mareczek1613
    @mareczek1613 10 หลายเดือนก่อน

    Can't wait for the 5th part 😅

  • @rednibcoding3412
    @rednibcoding3412 10 หลายเดือนก่อน

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

  • @xuanmo-x9t
    @xuanmo-x9t 10 หลายเดือนก่อน

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

    • @dangreenheck
      @dangreenheck  10 หลายเดือนก่อน

      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 10 หลายเดือนก่อน

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

    • @dangreenheck
      @dangreenheck  10 หลายเดือนก่อน

      It is not possible as far as I know.

  • @worldbest3097
    @worldbest3097 10 หลายเดือนก่อน

    besstttt