Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

C++ GUI Development

Options
  • 06-09-2012 11:45am
    #1
    Moderators, Computer Games Moderators, Technology & Internet Moderators Posts: 19,240 Mod ✭✭✭✭


    It should be relatively simple with my Java and C# experience, but I'm looking for resources to get started with GUI development in C++. Some of the resources I've found so far point to books.

    Any idea where I can get APIs for C++ Gui Development.


Comments

  • Registered Users Posts: 2,022 ✭✭✭Colonel Panic


    You'll probably get told that no one uses C++ for GUI development, but they do. I'll just answer your question...

    Qt is a decent enough API for C++ based GUI stuff. They've got decent enough tutorials on their site and if you've got previous experience, filling in the blanks should be no problem.


  • Moderators, Computer Games Moderators, Technology & Internet Moderators Posts: 19,240 Mod ✭✭✭✭L.Jenkins


    Thanks for the help.


  • Registered Users Posts: 7,157 ✭✭✭srsly78


    For windows I use C# to do gui, and put c++ into dll.


  • Moderators, Computer Games Moderators, Technology & Internet Moderators Posts: 19,240 Mod ✭✭✭✭L.Jenkins


    That's an idea. I'd have to use JNI for Jave


  • Registered Users Posts: 3,945 ✭✭✭Anima


    Juce is a cross platform framework you could use.

    http://rawmaterialsoftware.com/juce.php


  • Advertisement
  • Registered Users Posts: 2,320 ✭✭✭Q_Ball


    I used http://www.wxwidgets.org/ a number of years ago for my final year project. It was pretty decent


  • Closed Accounts Posts: 3,981 ✭✭✭[-0-]


    QT is great for this, as already mentioned.

    If it's for windows only then look into the win32 api.


  • Registered Users Posts: 639 ✭✭✭omen80


    Anima wrote: »
    Juce is a cross platform framework you could use.

    http://rawmaterialsoftware.com/juce.php

    +1 for Juce. It also allows you to incorporate OpenGL if you want. If you have any problems you can post it on the Juce forum and Jules (the main man) will get back to you very quickly with a response.


Advertisement