• anlumo@feddit.de
    link
    fedilink
    arrow-up
    12
    ·
    10 个月前

    clap and bevy are big offenders there. It’s really hard to learn how to use them due to this.

    • SatouKazuma@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      10 个月前

      It sucks that there aren’t (in my limited experience) a ton of engines out there with good documentation (at least that are built in Rust). I’ve started trying to build my own engine, but the complexity and time required are certainly a bit of a barrier, especially for the game I’m working on. (N.B. - The game is nowhere close to being in any sort of state to be shown, so please don’t ask 😆)

      • anlumo@feddit.de
        link
        fedilink
        arrow-up
        2
        ·
        10 个月前

        My experience has been that good documentation is mostly something done if somebody gets paid for the work. People working on stuff in their spare time just don’t care enough to document their project.

        • SatouKazuma@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          9 个月前

          That, or they don’t care enough to pick it back up if they ever drop it. Nothing hurts worse than forgetting what you’re trying to do because you don’t even comment your code.