• sp3ctr4l@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    3
    ·
    16 hours ago

    I’m sorry, but I’ve never heard anyone say Godot is fairly unkind to older hardware before.

    Sure, yeah, if somebody is futzing around in 3D, in the Forward+ renderer, and has no idea what they are doing, yeah.

    But… broadly?

    How… old of hardware are you talking about?

    Like, 15+ years old?

    Also, SDL isn’t … a game engine.

    Its… a rendering/input/output layer/library.

    Sure, if you want to write your own game engine, you could use SDL… but… that’s a bit much to ask of a novice indie dev, who wants to complete a 3D game that’s maybe roughly as or more graphically advanced than say, Fallout New Vegas, in under what, 3, 4, 5 years?

    • ZILtoid1991@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      7 hours ago

      I did try to use SDL, while it’s like the only library that gets controller support remotely useful (still not ideal, but at least it doesn’t still use DirectInput for everything), it still uses a lot of ancient API, that is only applicable for XP machines.

      Also any good modern engines come with well integrated editors, that are like 80% of the reason why they’re popular. I’m making my own engine, and the hardest part is the editor.