Page 1 of 1

Making my library into a wxWidgets component

Posted: Wed Jun 03, 2009 7:04 pm
by Rocketmagnet
Hi all,

For my project I have written a nice little publish/subscribe event library with a hierarchical name space (like CrystalSpace I think)

For example, a class can subscribe to message "liquidpcb.tools.switchto". Then, when a message is generated somewhere in the system like "liquidpcb.tools.switchto.arrowtool", the class will receive the message.

It has no connection to the wxWidgets event system, it's just for helping decouple classes within an application.

I find it very useful, and I'm sure other people would to. Perhaps it's something which could be integrated into wxWidgets. Is there a desire for this, and if so, how do I go about contributing this?

Many thanks

Hugo Elias

Posted: Thu Jun 04, 2009 12:34 am
by Auria
Hi,

I'm not a wx-dev, and I reckon most people here are not. To get information about inclusion policies, I would suggest posting to the wx-devel mailing list.

Good luck
PS: It can live here inthe Code Dump in any case, your project sounds good :)

Posted: Fri Jun 05, 2009 12:02 am
by Rocketmagnet
thanks Auria, I'll try that.