Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Game Development
  4. Hi every one ! Is it possible develope Game using QML?
Forum Update on Monday, May 27th 2025

Hi every one ! Is it possible develope Game using QML?

Scheduled Pinned Locked Moved Solved Game Development
11 Posts 4 Posters 2.4k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Shae
    wrote on 19 Oct 2018, 03:55 last edited by
    #1

    which engine to choose? I just know the box2D .

    J 1 Reply Last reply 20 Oct 2018, 14:39
    0
    • A Offline
      A Offline
      ambershark
      wrote on 19 Oct 2018, 04:40 last edited by
      #2

      Yes, and probably vplay.

      https://v-play.net/

      My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

      1 Reply Last reply
      1
      • S Offline
        S Offline
        Shae
        wrote on 19 Oct 2018, 06:58 last edited by
        #3

        Oh, wonderful .

        1 Reply Last reply
        0
        • S Shae
          19 Oct 2018, 03:55

          which engine to choose? I just know the box2D .

          J Offline
          J Offline
          JKSH
          Moderators
          wrote on 20 Oct 2018, 14:39 last edited by
          #4

          @Shae How complex is your game?

          Here is a simple game that's written in QML only and doesn't require any special engine: http://doc.qt.io/qt-5/qtquick-demos-samegame-example.html

          Here's a more complex game that's written in QML and C++: http://blog.qt.io/blog/2014/07/21/google-labs-voltair-game-built-with-qt/

          See also https://wiki.qt.io/Qt_Based_Games#Tools_and_libraries

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          S 1 Reply Last reply 22 Oct 2018, 08:07
          3
          • J JKSH
            20 Oct 2018, 14:39

            @Shae How complex is your game?

            Here is a simple game that's written in QML only and doesn't require any special engine: http://doc.qt.io/qt-5/qtquick-demos-samegame-example.html

            Here's a more complex game that's written in QML and C++: http://blog.qt.io/blog/2014/07/21/google-labs-voltair-game-built-with-qt/

            See also https://wiki.qt.io/Qt_Based_Games#Tools_and_libraries

            S Offline
            S Offline
            Shae
            wrote on 22 Oct 2018, 08:07 last edited by
            #5

            @JKSH I hope a simple MMORPG game not need too much effect. Most of the game samples based on Box2D,hard to choose.

            J A 2 Replies Last reply 22 Oct 2018, 21:27
            0
            • S Shae
              22 Oct 2018, 08:07

              @JKSH I hope a simple MMORPG game not need too much effect. Most of the game samples based on Box2D,hard to choose.

              J Offline
              J Offline
              JKSH
              Moderators
              wrote on 22 Oct 2018, 21:27 last edited by
              #6

              @Shae said in Hi every one ! Is it possible develope Game using QML?:

              @JKSH I hope a simple MMORPG game not need too much effect. Most of the game samples based on Box2D,hard to choose.

              Look through the first 2 links I posted.

              For an MMORPG, you need at least one game server. You could use QML for the graphics, but you probably won't use QML to write the server code.

              Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

              S 1 Reply Last reply 23 Oct 2018, 02:10
              2
              • J JKSH
                22 Oct 2018, 21:27

                @Shae said in Hi every one ! Is it possible develope Game using QML?:

                @JKSH I hope a simple MMORPG game not need too much effect. Most of the game samples based on Box2D,hard to choose.

                Look through the first 2 links I posted.

                For an MMORPG, you need at least one game server. You could use QML for the graphics, but you probably won't use QML to write the server code.

                S Offline
                S Offline
                Shae
                wrote on 23 Oct 2018, 02:10 last edited by
                #7

                @JKSH Dose the offline MMORPG need the server?

                J 1 Reply Last reply 23 Oct 2018, 18:45
                0
                • S Shae
                  23 Oct 2018, 02:10

                  @JKSH Dose the offline MMORPG need the server?

                  J Offline
                  J Offline
                  JKSH
                  Moderators
                  wrote on 23 Oct 2018, 18:45 last edited by
                  #8

                  @Shae said in Hi every one ! Is it possible develope Game using QML?:

                  Dose the offline MMORPG need the server?

                  MMORPG stands for "Massively Multiplayer Online Role-Playing Game". Offline MMORPGs don't exist. However, if you want to make a traditional single-player RPG, then you don't need a server.

                  Have you made an RPG before? If not, I recommend you first get experience in designing the structure of an RPG. You can do this by using something like RPG Maker (they have a free version called RPG Maker VX Ace Lite)

                  Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                  S 1 Reply Last reply 24 Oct 2018, 07:32
                  4
                  • S Shae
                    22 Oct 2018, 08:07

                    @JKSH I hope a simple MMORPG game not need too much effect. Most of the game samples based on Box2D,hard to choose.

                    A Offline
                    A Offline
                    ambershark
                    wrote on 24 Oct 2018, 04:24 last edited by
                    #9

                    @Shae Definitely no such thing as a "simple" mmorpg. Probably the hardest game type to make. They take large teams many years.

                    From the offline comment though you probably just want a simple RPG which is much easier. :)

                    My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

                    1 Reply Last reply
                    0
                    • J JKSH
                      23 Oct 2018, 18:45

                      @Shae said in Hi every one ! Is it possible develope Game using QML?:

                      Dose the offline MMORPG need the server?

                      MMORPG stands for "Massively Multiplayer Online Role-Playing Game". Offline MMORPGs don't exist. However, if you want to make a traditional single-player RPG, then you don't need a server.

                      Have you made an RPG before? If not, I recommend you first get experience in designing the structure of an RPG. You can do this by using something like RPG Maker (they have a free version called RPG Maker VX Ace Lite)

                      S Offline
                      S Offline
                      Shae
                      wrote on 24 Oct 2018, 07:32 last edited by
                      #10

                      @ambershark sorry I mean the single-player RPG. Thanks for your advise.

                      1 Reply Last reply
                      0
                      • P Offline
                        P Offline
                        poma0001
                        Banned
                        wrote on 15 Feb 2019, 16:18 last edited by poma0001
                        #11
                        This post is deleted!
                        1 Reply Last reply
                        0

                        • Login

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • Users
                        • Groups
                        • Search
                        • Get Qt Extensions
                        • Unsolved