Plan for Matthew Smaling
by Matthew Smaling · 02/01/2005 (4:25 pm) · 6 comments
Basically... Develop classes similar to that of MFC, but a freeware version. So that poor people like myself can use it and not have to pay an arm and a leg to use a fairly easy set of header files for windows and potentially game development.
#2
02/01/2005 (4:33 pm)
I'd have a look at WxWindows, i'm not even sure MFC is in the new Visual Studio 2005 release.
#3
This was my first ever wx project [and still my biggest]: icculus.org/jugglemaster
Gary (-;
02/01/2005 (5:00 pm)
Check out wxWidgets. I've used it for bunches of personal and work projects, and it's excellent.This was my first ever wx project [and still my biggest]: icculus.org/jugglemaster
Gary (-;
#4
If you don't want or need all of the gui stuff, you can also compile it to only include the base stuff like strings, etc.
02/01/2005 (5:27 pm)
I used wxWindows for a school project and it worked out great, even though I had never used it before. If you don't want or need all of the gui stuff, you can also compile it to only include the base stuff like strings, etc.
#5
02/01/2005 (5:35 pm)
wxWidgets, Fox, FLTK, GTK, QT (GPL + commercial). Any more?
Matthew Smaling