A surprise to be sure, but a welcome one. Very excited to have another YouTube juggernaut in the open source ring!

    • @Shadowedcross
      link
      199 months ago

      Seems like GDS based on the previews, which I think would be the right call.

    • @NocturnalMorning
      link
      5
      edit-2
      9 months ago

      Wasn’t brackey notorious for his tutorials having really awful software practices?

      • Hucklebee
        link
        39 months ago

        I’d argue for not stressing too much about practices when you are a beginner. Learning to code is hard enough already. At first, it’s just important to start creating.

        Software practices are important. But just get code working at all is, as a beginner, more important.

        • @NocturnalMorning
          link
          39 months ago

          I don’t really agree with that. If you teach people bad habits from the beginning they’re going to be hard to unlearn. It’s not difficult to say, don’t put everything in the physics loop, use timers, instancing, and only have things active when you need them to be active.

          • @Pirasp
            link
            26 months ago

            deleted by creator

          • @Pirasp
            link
            16 months ago

            deleted by creator

    • Echo Dot
      link
      fedilink
      2
      edit-2
      9 months ago

      Am I writing thinking that you only need to use C# for shaders?

      • @[email protected]
        link
        fedilink
        39 months ago

        You can write shaders in GDScript (they basically extend and simplify GLSL) or GLSL directly (especially for compute shaders).