Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

C++ GUI Development

  • 06-09-2012 11:45AM
    #1
    Moderators, Computer Games Moderators, Technology & Internet Moderators Posts: 19,242 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, Registered Users 2 Posts: 2,062 ✭✭✭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,242 Mod ✭✭✭✭L.Jenkins


    Thanks for the help.


  • Registered Users, Registered Users 2 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,242 Mod ✭✭✭✭L.Jenkins


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


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


    Juce is a cross platform framework you could use.

    http://rawmaterialsoftware.com/juce.php


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 2,323 ✭✭✭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, Registered Users 2 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