• 11 Posts
  • 67 Comments
Joined 3 年前
cake
Cake day: 2023年6月14日

help-circle












  • Sooooooooo fucking good. I was massively depressed when I played this for the first time by the great gods I cried at ending man. Me a man of 21 yrs then was bawling like a baby.

    Just pure experience. I can go to war with someone if they say that any AAA game is even close enough.










  • IsoSpandy@lemm.eetoProgramming@programming.devOdin or Rust
    link
    fedilink
    arrow-up
    3
    arrow-down
    2
    ·
    1 年前

    For any other use case, I would have recommended Rust, but for making a hobby game engine, I would advise not using either rust or Odin and instead use C and C++. The graphics drivers have a primary C Abi and you would spend a really long time debugging C to Odin/Rust translation layer bugs than actually working on he engine.

    I would suggest write a C rendering library, wrap it in safe Rust and move on from there.