Creating infinite horrors using math | devlog

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ก.ย. 2024
  • I’m building a 3D pixel art RPG and any good RPG needs an interesting set of monsters. Join me as I explore how to use procedural generation to create any number of unique monsters.
    If you have any thoughts or questions please leave a comment down below, and don’t forget to subscribe!

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

  • @TechronomiconDev
    @TechronomiconDev  21 วันที่ผ่านมา +3

    Thanks for watching! If you have any thoughts or questions leave a comment

  • @jmcharter
    @jmcharter 20 วันที่ผ่านมา

    Fascinating. Would you consider doing a video showing the more technical side of creating this, or alternatively do you have a recommended resource?

    • @TechronomiconDev
      @TechronomiconDev  20 วันที่ผ่านมา +1

      There are a lot of resources on inverse kinematics available, which is the heart of the animation. I can't really point to anything for the creature generation because I made it up, but it's mostly just generating tube meshes and skeletons according to rules that approximate how creatures are really shaped. I'll put it on the to-do list to do a more detailed break down of that part at some point

  • @aidengraham7095
    @aidengraham7095 13 วันที่ผ่านมา

    I wonder if this could be translated to a 3D environment? Also could you be specific about what inverse kinematic systems you used, if you used preexisting ones?

  • @cvabds
    @cvabds 18 วันที่ผ่านมา

    Bet you cant add taming, and monstro breeding

  • @agdneto3760
    @agdneto3760 13 วันที่ผ่านมา

    You know that you could create a full game using this system, right? Use that If you ever need to raise quick cash to support your game development journey. Very impressive system.

  • @pkurras
    @pkurras 19 วันที่ผ่านมา

    Great video, did you merge the tubes and optimize the whole mesh or are the tubes overlapping and the shader hides the intersections so it looks continuous?

    • @TechronomiconDev
      @TechronomiconDev  17 วันที่ผ่านมา +1

      Thanks! I've just done the second one for now

  • @happerozzi8905
    @happerozzi8905 20 วันที่ผ่านมา

    math