JamesSchumacher
September 22nd, 2007, 03:54 PM
This a C++ framework that I am writing. It is about 70% complete.
BETA API (http://cid-f7d26664ce20e649.skydrive.live.com/self.aspx/Freeware/Lore.Core%20(BETA))
Check out the TicTacToe sub folder for a TicTacToe game with source.
JamesSchumacher
September 27th, 2007, 07:52 PM
UPDATE...
About 75% complete.
I now have the following custom controls done. (Some of Window code, like tab stops, is not quite done yet)
Label (supports SS_LEFT, SS_CENTER, and SS_RIGHT styles - maybe NOT SS_RIGHT, I am sure I implemented it though, been a few days since I wrote Label.
ImageWindow - A custom control to make display Lore::GUI::Bitmap objects a breeze.
PushButton - A PushButton custom control that fits nicely into my library. Written from scratch.
Menu - Just started implementing Menu - Is a wrapper for API calls. Note the MenuClick event on the base of window classes, Lore::GUI::Window - that is where you can handle the clicks of the menu.
And I have added a WrappedWindow class as well, and starting to implement CustomControls::TextBox and CustomControls::ListBox ---
Enjoy if you test this library out.
~73% finished.
I would appreciate if someone could test out my library (you will have to use MinGW) and give me feedback I would appreciate it.