Thread: Building a GUI Library

  1. #1
    Registered User
    Join Date
    Aug 2007
    Posts
    20

    Building a GUI Library

    Hi,

    Now I know there are alot of GUI librarys out there already, but I am very intrested in building my own. Mainly because I feel I could learn alot about it. I just wondered if somebody could point me in the direction of getting started.

    I have experince in C / C++ and WinAPI. The library would be for the Windows Vista Platform (frown at me as you might).

    Many Thanks, in advanced.

    Harry.

  2. #2
    Registered User
    Join Date
    Jan 2007
    Location
    Euless, TX
    Posts
    144
    Maybe take a look at some other GUI APIs --- OpenGL for example. See what they've done and try to make it better.

  3. #3
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    >> I am very interested ... Mainly because I feel I could learn a lot.
    If the subject itself interests you, then I would start by learning and using a GUI framework until you are as proficient with it as you are the WinAPI. Preferably, this GUI framework would be built on top of the WinAPI - so you can learn from it's design choices. From there, start learning a new framework, while comparing and contrasting design choices made by each framework's implementation. By this time, you will have learned a lot, and may be ready to attempt something that's better than both

    Before any of that however, choose C or C++.
    For list of GUI libs: http://cboard.cprogramming.com/showthread.php?t=79619

    gg

  4. #4
    Registered User
    Join Date
    Aug 2007
    Posts
    20
    Cheers guys! I am using C++, and am looking over some info at reliable software site. Also I am trying to start using wxWidgets.

    Many Thanks,
    Harry.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What's an import library?
    By chiefmonkey in forum C++ Programming
    Replies: 1
    Last Post: 06-19-2009, 05:00 PM
  2. Linker errors in VC++ 2005
    By C+/- in forum C++ Programming
    Replies: 0
    Last Post: 05-18-2007, 07:42 AM
  3. Suggestion for a GUI library?
    By Devil Panther in forum Windows Programming
    Replies: 5
    Last Post: 12-20-2006, 06:53 AM
  4. Replies: 4
    Last Post: 11-12-2002, 06:26 AM
  5. GUI (Graphical User Interface) Help Needed
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 10-11-2001, 10:35 AM