• ℍ𝕂-𝟞𝟝@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    27
    arrow-down
    2
    ·
    1 month ago

    Okay, I work as a programmer, and there is a reason projects work the opposite way. You first have to have a working product that comes back as good from whatever QA you have, then you optimise and build on it. If you have to optimise on day 1, nothing will ever get done. I should know, that’s why I have a ton of personal projects in development hell.

    Why would games be different?

    • GissaMittJobb@lemmy.ml
      link
      fedilink
      English
      arrow-up
      6
      ·
      1 month ago

      I mean, putting in a bit of thinking before you actually hit the keyboard can be an incredibly effective form of optimization, if you can get for example an O(n^2) down to an O(log n). You’ll even save time on not having to rework the thing later, and if you build on poor foundations, chances are you’ll stumble upon fundamental architectural challenges down the road, which can be extremely costly in terms of development time.

    • fulg@lemmy.world
      link
      fedilink
      English
      arrow-up
      5
      ·
      1 month ago

      I work in games, the reason it works the opposite for them is because Unreal Editor is a product that is also shipped.

      Sadly for most of us, the tools used to make the game (that includes the engine) are for internal use only, and most of the time there is no army of programmers available to do all of the work ahead of time. So it pays to wait and focus on the hot path used by the game you are shipping right now and not a hypothetical one you might ship later.

    • ILikeBoobies@lemmy.ca
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 month ago

      I can build everything in one level at the start or I can build it across multiple levels and stream it.

      Which one I do should be done at the start.

      And of course if I’m targeting a 4090 then hoping to slap DLSS on it then it’s not going to work. I could pull a TI and turn AO off then pretend UE5 is the problem but it’s really just a developer issue.