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. Adventure Game Engine: reports

Adventure Game Engine: reports

Scheduled Pinned Locked Moved Game Development
3 Posts 2 Posters 3.6k Views 1 Watching
  • 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.
  • C Offline
    C Offline
    cochise
    wrote on last edited by
    #1

    Today I started a point and click adventure game engine for a future game. I like Qt and i'm hopeful with QML, then tried do it with QML.

    Then i discovered: MouseAreas are only retangular, and a point and click game need irregular mouseareas.
    Then i think: "i can get the position of click and compare with color of a pixel in a chroma key".
    But i can't get the color of a pixel on a image in QML.

    Tomorrow i come back to Graphic Framework.

    Sadly for some games QML is not ready.

    http://cochise.tumblr.com

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andre
      wrote on last edited by
      #2

      You do realize that you can combine QML with C++, don't you?

      1 Reply Last reply
      0
      • C Offline
        C Offline
        cochise
        wrote on last edited by
        #3

        yes, but if i need do all mouse input in C++ i need do all draw with in C++ too. (if exists a way t get mouse input of a qml elementet in C++ tell me. I don't find one yesterday, only mouse global coordinates)
        So, i will use qml for what?

        http://cochise.tumblr.com

        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