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. New in Qt game development...
Forum Updated to NodeBB v4.3 + New Features

New in Qt game development...

Scheduled Pinned Locked Moved Game Development
6 Posts 3 Posters 3.3k 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.
  • D Offline
    D Offline
    Dinesh Balu
    wrote on 16 May 2011, 07:44 last edited by
    #1

    Hi everyone...
    I'm new to this Qt environment and game development in Qt..
    Can anyone give me some basic idea about starting with Qt in game development
    Some tutorials to start?

    Thank you....

    :)

    1 Reply Last reply
    0
    • D Offline
      D Offline
      DenisKormalev
      wrote on 16 May 2011, 07:59 last edited by
      #2

      Maybe you can elaborate what tutorials do you want? gamedev is not a small topic. Are you talking about opengl or 2d drawing? etc.
      Also I think you need first to go throught Qt manuals and tutorials.

      1 Reply Last reply
      0
      • D Offline
        D Offline
        Dinesh Balu
        wrote on 16 May 2011, 08:10 last edited by
        #3

        yeah... I have some basic knowledge in OpenGL , and I need to learn about integrating OpenGL libraries with Qt... do we need to edit project setting and locate opengl library files like we do for Visual Studio or the OpenGL libraries comes integrated with the Qt IDE.

        Where can I find the Qt manuals and tutorials. Some basic tutorials in this site shows loading error.

        :)

        1 Reply Last reply
        0
        • W Offline
          W Offline
          weggi
          wrote on 16 May 2011, 08:15 last edited by
          #4

          If you want to use OpenGl check this "documentation":http://doc.trolltech.com/latest/qtopengl.html#details You can find OpenGL examples from here: http://doc.trolltech.com/4.7-snapshot/examples-opengl.html

          But if you are developing 2d game, you could also consider QML "(Qt Quick)":http://doc.trolltech.com/latest/qtquick.html

          1 Reply Last reply
          0
          • D Offline
            D Offline
            Dinesh Balu
            wrote on 16 May 2011, 09:34 last edited by
            #5

            I'm Getting this warnings in my first application... I didn't code much... the main.cpp is
            @#include <QtGui>

            int main(int argc, char *argv[])
            {
            QApplication a(argc, argv);

            return a.exec&#40;&#41;;
            

            }@

            The system cannot execute the specified program.

            The system cannot execute the specified program.

            WARNING: c:\NokiaQtSDK\Simulator\Qt\msvc2005\mkspecs\features\mobility.prf:1: Unescaped backslashes are deprecated.

            WARNING: c:\NokiaQtSDK\Simulator\Qt\msvc2005\mkspecs\features\mobility.prf:1: Unescaped backslashes are deprecated.

            WARNING: c:\NokiaQtSDK\Simulator\Qt\msvc2005\lib\qtmaind.prl:1: Unescaped backslashes are deprecated.

            WARNING: c:\NokiaQtSDK\Simulator\Qt\msvc2005\lib\QtGuid.prl:1: Unescaped backslashes are deprecated.

            WARNING: c:\NokiaQtSDK\Simulator\Qt\msvc2005\lib\QtCored.prl:1: Unescaped backslashes are deprecated.

            WARNING: c:\NokiaQtSDK\Simulator\Qt\msvc2005\lib\qtmaind.prl:1: Unescaped backslashes are deprecated.

            WARNING: c:\NokiaQtSDK\Simulator\Qt\msvc2005\mkspecs\features\mobility.prf:1: Unescaped backslashes are deprecated.

            WARNING: c:\NokiaQtSDK\Simulator\Qt\msvc2005\lib\qtmain.prl:1: Unescaped backslashes are deprecated.

            WARNING: c:\NokiaQtSDK\Simulator\Qt\msvc2005\lib\QtGui.prl:1: Unescaped backslashes are deprecated.

            WARNING: c:\NokiaQtSDK\Simulator\Qt\msvc2005\lib\QtCore.prl:1: Unescaped backslashes are deprecated.

            WARNING: c:\NokiaQtSDK\Simulator\Qt\msvc2005\lib\qtmain.prl:1: Unescaped backslashes are deprecated.

            :)

            1 Reply Last reply
            0
            • D Offline
              D Offline
              Dinesh Balu
              wrote on 17 May 2011, 06:31 last edited by
              #6

              Corrected it... I've just re-created the project with only one simulator selected....

              :)

              1 Reply Last reply
              0

              1/6

              16 May 2011, 07:44

              • Login

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