[Cxxgui-devel] RE: C++ GUI library
Brought to you by:
davidturner
From: David T. <Da...@fi...> - 2004-03-09 16:09:59
|
Hi Matt > I'd like to offer a hand in helping you with you C++ GUI=20 > library. I've been > lurking in the Boost newsgroups for a long time now and have=20 > been debating > when to step in and offer help. Seeing as I'm a GUI developer at work > (using an in-house GUI library wrapped around Win32 calls) I=20 > figure I may > actually be of some use for your baby... :) Thank you for your offer :-). I think the first think to do is join the mailing list (http://lists.sourceforge.net/lists/listinfo/cxxgui-devel). Then post your sourceforge user id to the list, and I'll add you as a developer, which should automatically give you commit privileges. At the moment I'm puzzling over the design of the list/tree widget. I'll forward to you an earlier post I made outlining my current plan. I suspect that the menu widget will be of a similar level of complexity, so the design of that needs to be kicked around too. However, if you want to get started writing actual widgets, there's plenty to do there, too. There is also scope to improve the level of detail provided by the existing widgets, although I definitely don't want to throw in everything and the kitchen sink. Please send a mail to the list when you start working on something; there's nothing worse than a project where nobody knows what anyone else is doing :-). > I've had a quick scan of the code and it doesn't look too difficult to > follow, though more comments would have helped! ;) Ah, yes :-). If you see anything particularly confusing, please either comment it or tell me about it. I think it's all pretty straightforward, though. Regards David Turner |