I Found a Game Written in Rust

Поделиться
HTML-код
  • Опубликовано: 1 янв 2025
  • My Personal Website
    joebulfer.com/...
    Veloren Website
    veloren.net/
    Veloren Gtihub Repo
    github.com/vel...
    Veloren ECS Design
    book.veloren.n...
    #gamedev #rustlang #veloren #programming #softwareengineer #gamedevelopment #gamedesign #softwaredeveloper #softwaredevelopment #bevy

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

  • @AniGirlRecapped
    @AniGirlRecapped 7 месяцев назад +43

    Yo they remade cubeworld

  • @user-gw2vz5gh2n
    @user-gw2vz5gh2n 7 месяцев назад +3

    plz keep your videos simple like that i love them.

  • @Billy_Herrington1969
    @Billy_Herrington1969 7 месяцев назад +8

    Reminds me of that CubeWorld game, that game was the shit

  • @gabby222themoon
    @gabby222themoon 3 месяца назад

    The glider was also in cube world

  • @muatring
    @muatring 5 месяцев назад +1

    This game definitely nailed the visual aspect of cubeworld, but its progression system and "fun" is orders of magnitude worse than Cubeworld alpha. Cubeworld alpha allowed you to explore a "infinite" world, with several beautiful biomes, being able to craft and customize items, find random bosses on the world and get items and recipes that are random and powerful, it was hella fun, in veloren this is extremely limited, the game has a set playing space (not "infinite") and the progression is also fixed, so after a certain point there's nothing else to do and no new location to explore and no upgrade to items.
    Worse aspect is how it feels like it leans very heavily towards a MMO gameplay feel and progression, which is not fun (imo).

  • @kent_hdd
    @kent_hdd 7 месяцев назад +8

    Someone should rewrite Rust in Rust.

    • @mouthless_stoat
      @mouthless_stoat 7 месяцев назад +6

      No one tell them what rust is written in

    • @Rikaisan
      @Rikaisan 7 месяцев назад +6

      Technically this already happened

    • @aryjarvis3161
      @aryjarvis3161 7 месяцев назад

      Oh god, someone hasn’t made it far enough in Roblox programming summer camp to understand recursion

  • @Tony-dp1rl
    @Tony-dp1rl 7 месяцев назад

    Ironically, there is like absolutely nothing in that game that couldn't have been done in any language or game-editing tool. I'd rather see Rust do something hard to do in all the others, like lots of AI, or lots of physics, etc.

    • @bulf810
      @bulf810 7 месяцев назад +12

      I would consider creating a 3d game engine a hard task.

    • @bulf810
      @bulf810 7 месяцев назад

      Not all languages are capable of creating 3d game engines.

    • @hermes6910
      @hermes6910 7 месяцев назад +7

      Technically, you don't need php or java to make a backend, you can simply do it in C.
      So what's the point? Dont do something if another language can do it ?

    • @Voli1Beart
      @Voli1Beart 7 месяцев назад +5

      You can do ai and physics in most languages aswell...
      Thats not how programming languages work..

    • @cob1million
      @cob1million 7 месяцев назад +8

      Anything written in Rust innately accomplishes something hard to do in other languages: create robust systems where runtime crashes, null references, and memory leaks are an incredible rarity with absolutely no compromise on performance. There is no other language yet created that ticks all the boxes Rust does with as little overhead.