TLDR: Flutter made its debut at the Game Developers Conference (GDC) in San Francisco, showcasing the progress made in building games with Flutter. Over 15,000 new mobile games have been developed using Flutter in the last year. Flutter offers advantages for 2D casual games, such as being open-source, having a rich plugin ecosystem, and supporting cross-platform deployment. The future of Flutter game development includes expanded resources, smoother deployment on various platforms, and exploration of 3D capabilities.

  • Baldur Nil@programming.dev
    link
    fedilink
    arrow-up
    9
    ·
    3 months ago

    As a non game dev, does Flutter really offer anything compared to traditional 2D game engines? I thought most of them are also open source?

    • saintshenanigans@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      3 months ago

      Looking into their page, it gives me an impression that its doing something similar to UEFN and things like Nintendo’s “game builder garage” - meaning they’re trying to make game development easy by avoiding coding as a requirement.

      They used trivia crack as an example, looks like it would be very good for knocking out simple games quickly - I’m thinking Facebook style games like farmville, but for any serious development or if you’re looking for employable skills, you’d want to go with unity or Godot

      • Baldur Nil@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        3 months ago

        I’m not much active in these communities, but I think there are a few which aren’t very popular but are enough for the job… I just remember that after the Unity outrage, people were recommending moving to Godot.

        • GlitterInfection@lemmy.world
          link
          fedilink
          English
          arrow-up
          3
          ·
          edit-2
          3 months ago

          I wouldn’t be able to compare them from a feature perspective, but it seems like Flutter itself is a cross platform general 2D app development toolkit, and people have used it to make games despite that not being its focus.

          This Flutter Casual Games Toolkit looks to be a layer on top of Flutter to make that easier to do. Which is as reasonable a reason as any to create a toolkit like this.

          But Godot as an engine predates the release of Flutter. So I would imagine starting fresh with no Flutter experience or jumping from Unity you would be probably better off with Godot.