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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

C++ GUI Development

  • 06-09-2012 10: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,040 ✭✭✭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,325 ✭✭✭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