• @[email protected]
    link
    fedilink
    22 years ago

    Godot is free and open source Steam is not. Learn the difference. Steam is just as Unity if not worst.

  • nyoooom
    link
    fedilink
    1252 years ago

    I feel like that’s not how you measure a game engine usage, the large majority probably don’t install Godot via Steam, just looking at the numbers it’s a very small sample which might not represent game devs in general

      • alternative_factor
        link
        fedilink
        232 years ago

        It might mean something though, FFXIV is a classic example of a game that almost nobody plays on Steam, but its Steam charts line up somewhat well with the game’s increasing popularity especially with Shadowbringers and Endwalker. Of course you have to look at actual data to back that up, but soemtimes it can show trends.

      • @[email protected]
        link
        fedilink
        192 years ago

        Eh, I feel like the sampling is clearly biased toward those who would install a game engine through a service that auto-updates it. (Novices and hobbyists.)

        • @[email protected]
          link
          fedilink
          162 years ago

          And - thats exactly what that means…? An uptake in GODOT usage would mean novices and newbies are trying it out. Every new user is a newbie.

          • @[email protected]
            link
            fedilink
            22 years ago

            Sure but it doesn’t really reflect the studios switching to Godot. I think they are likely switching to unreal.

            • @[email protected]
              link
              fedilink
              22 years ago

              Of course it doesn’t, it’s a number that days how many people are running the app, that’s it.

              • @[email protected]
                link
                fedilink
                12 years ago

                Yup just pointing that out because some folks aren’t seeing that. Not everything is an argument.

      • Cethin
        link
        fedilink
        English
        72 years ago

        For sure an uptick, but who knows by how much? I agree this is useful for showing something, but it’s hard to know what really from this alone.

        • @[email protected]
          link
          fedilink
          52 years ago

          I imagine, Godot doesn’t collect usage data on its own. So, this is likely the best data there is…

  • dumdum666
    link
    fedilink
    102 years ago

    Awesome- hopefully more money will get put into the development fund as well. It is rather small yet.

  • Einar
    link
    fedilink
    78
    edit-2
    2 years ago

    TIL Godot is on Steam. Huh, will you look at that.

      • @[email protected]
        link
        fedilink
        English
        182 years ago

        Professional game developers do not want their game engines to automatically update because when you upgrade engine versions things usually break. This happens in Unity, Godot, Unreal, and every other engine or framework I’ve seen in games. For big changes, this is inevitable. So professional game developers download the engine directly from the provider and not a service that will automatically update the engine version from under your project.

        I don’t even know why Godot is on steam. Probably to gain more discoverability and popularity.

        • @[email protected]
          link
          fedilink
          7
          edit-2
          2 years ago

          Iirc godot uses beta branches and semver, so the only updates you get are the ones that dont break anything.

        • @[email protected]
          link
          fedilink
          English
          92 years ago

          Because if you want professional game developers to exist then you have to be welcoming to them when they are just aspiring game developers. Kids who play lots of games and want to have a fiddle around with tools for making games are much more likely to do so if there is a way to access them that they are familiar with and already associate with gaming.

          • @[email protected]
            link
            fedilink
            English
            12 years ago

            While this is true, I feel a loss for the familiarity of going to a website, downloading an executable, and running it without worry. I still do that with most of my software. In fact, that’s how I got steam.

            • @[email protected]
              link
              fedilink
              English
              22 years ago

              I don’t think anyone is arguing that because there is an option to install via Steam that people should stop downloading directly from Godot’s website though. Both of those things can exist beside one another.

        • voxel
          link
          fedilink
          72 years ago

          godot doesn’t break stuff in minor releases, and steam version of Godot has separate release tracks for each version (you can switch between godot 3 and 4)

    • @[email protected]
      cake
      link
      fedilink
      392 years ago

      It’s an open source game engine. People tend to consider it as a replacement for Unity when it come to 2D game development.

      • lazyraccoon
        link
        fedilink
        182 years ago

        Ironically enough, people are waiting for Godot even though it has been here for a while.

      • voxel
        link
        fedilink
        32
        edit-2
        2 years ago

        hey it’s 3d is pretty decent too!
        you won’t be making aaa games with it anytime soon but it’s really good for 99% of tasks

          • Wugmeister
            link
            fedilink
            42 years ago

            Unity has been the king of portability for a while now. Godot is focused on the PC market.

            • voxel
              link
              fedilink
              92 years ago

              godot runs everywhere, webgl, webgpu, android, ios, linux, macos, windows, gaem consoles

              • Wugmeister
                link
                fedilink
                32 years ago

                I mean, it’s easier to port a game running on Godot than something written in Assembly. So I’m not shocked to hear that

                But up until Unity decided to stick some TNT up their ass and light it last week, the king of porting was Unity. I’m not saying it’s perfect, but if you’re a tiny indie company who wants to get something on Xbox, PS5, the Switch, PC, and even maybe mobile if the game is tiny, Unity was the engine for you.

                • Cynetri (he/any)
                  link
                  fedilink
                  English
                  82 years ago

                  To be fair, the only reason Godot can’t port to consoles as easily as Unity is for licensing reasons. Console manufacturers don’t want their console build code released as open-source under MIT like Godot is, so that’s all relegated to third-party services/plugins

              • Trantarius
                link
                fedilink
                72 years ago

                My understanding is that running on game consoles can’t be officially supported, because they can’t integrate the necessary proprietary code into the engine while keeping it open source.

                • voxel
                  link
                  fedilink
                  1
                  edit-2
                  2 years ago

                  yeah plugins are needed, but the engine core is extremely portable

                • @[email protected]
                  link
                  fedilink
                  62 years ago

                  They can’t distribute the proprietary bits in with the engine, so you have to work with the Godot team and a publisher which you probably would be doing anyway.

          • @[email protected]
            link
            fedilink
            162 years ago

            Before Godot 4 the 3D engine was pretty far behind, think early 2010 teach. With Godot 4 it got an insane upgrade which puts it in par with Unity as far as I understand (not a unity expert), but still behind Unreal (then again, everything is behind Unreal.)

            Unfortunately it takes multiple years for a 3D game to be developed, so it’ll be a while before we see actual released 3D games with Godot 4.

              • @[email protected]
                link
                fedilink
                32 years ago

                Not many tools supported out of the box. Its beauty comes in its modularity, so anyone could have always made an add-on - but that takes time and money, what most small devs don’t have (but Sega and Tesla could).

                Then more recently the devs have had time, and so could make these first-party - and very recently much more stable long term funding, so I’d expect these tools to improve rapidly.

                All that being said you could toss a 20 million polygon default cube in UE5 and it’d look/run pretty good

    • Captain Aggravated
      link
      fedilink
      892 years ago

      The free, open source game engine everyone should have been using and contributing to this whole time but noooOOOooo.

  • I Cast Fist
    link
    fedilink
    English
    122 years ago

    While the numbers themselves are just a small fraction of actual usage (as I guess most people using it don’t do it thru steam), it doubled in about a week.

    What would be an “educated” guess of steam/non-steam users ratio? 1:50? 1:100?

      • @[email protected]
        link
        fedilink
        292 years ago

        Oh yeah for Windows and mac os that makes sense. The problem doesn’t exist om linux with package managers :3

        • @[email protected]
          link
          fedilink
          32 years ago

          I’m all for Linux, I use it literally every day between my Steam Deck and remote dev machine at work, but updating software on Windows and MacOS isn’t hard, and I have no clue why the Linux crowd pretends it is. You could complain about forced updates on Windows, or MacOS having two different applications folders for Lord knows why, or literally anything else that is wrong with either of them, but ease of program updates isn’t a problem for Windows or MacOS.

          • Natanael
            link
            fedilink
            62 years ago

            Having a million different updater services instead of one is very annoying and even slows down boot

    • dumdum666
      link
      fedilink
      42 years ago

      Well - you probably don’t have to download any updates yourself when using Steam.

    • @[email protected]
      link
      fedilink
      202 years ago

      If you’re on Windows, it’s an easy way to auto-update. If you’re on Linux, there is no need for that.

    • @[email protected]
      link
      fedilink
      62 years ago

      I use it on steam, for this exact purpose. So it shows in using it. The more people are using it, the more people get aware of it.

      If all these people downloaded it directly and not from steam, this post wouldn’t exist :)

      Auto updates is interesting, didn’t even consider it, but it can be both a pro and a con I guess…

    • @[email protected]
      link
      fedilink
      212 years ago

      I suppose it’s the easiest way to try it out.

      I wouldn’t use it long-term, because you don’t want Godot to update without you knowing, if there’s something that needs to be changed due to an update. I bet a few people noticed the update from 3.x to 4.x…

      I’ve read it also doesn’t come with the C# support, so that’s one reason not to use Steam for it if you’re interested in testing that side.

  • @[email protected]
    link
    fedilink
    502 years ago

    Does godot support 3D? If so does it support PBR materials? Does it support installing 3rd party plugins like HAVOK? Literately the only things i need.

    • @[email protected]
      cake
      link
      fedilink
      162 years ago

      It support 3D, but I think Vulkan is in Godot 4. I’m not sure how mature it’s. In Godot 3, it only support OpenGL.

    • Cynetri (he/any)
      link
      fedilink
      English
      162 years ago
      1. Yes, not a great as Unity but it’s still pretty good especially after they switched to Vulkan over OpenGL. VR performance still could use some work though.
      2. Yes, PBR materials are fully supported. Actually one of the earlier things in 3D that was implemented, and then imoroved
      3. Yes, now I don’t know if HAVOK has a Godot plugin but there is a Jolt physics plugin that’s designed to be plug-and-play, with a few exceptions (it doesn’t suppory soft bodies afaik)
      • @[email protected]
        link
        fedilink
        12 years ago

        Tbh that’s a pretty horrible example. It was a rushed product full of graphical glitches, including rapidly flashing lights. This is true especially on the switch. Idk if it’s improved since launch but shit was rough early on.

      • @[email protected]
        link
        fedilink
        5
        edit-2
        2 years ago

        Already have experience with it mostly. It’s what I used and what I’m use to when it comes to physics engines

  • kamen
    link
    fedilink
    English
    272 years ago

    … and I assume that’s just the instances installed through Steam.