Hey guys,
I just wanted to drop a quick note that I’ve open-sourced my wxPython app GarlicSim:
http://blog.garlicsim.org/post/4425132633/garlicsim-0-6-3-released-becomes-fully-open-source
There’s a bunch of generic wxPython code in there that people may find useful. A few examples:
ThreadTimer
:
emitters
, a stringless pubsub system:
https://github.com/cool-RR/GarlicSim/tree/master/garlicsim_wx/garlicsim_wx/general_misc/emitters
Some wxPython tools here:
https://github.com/cool-RR/GarlicSim/blob/master/garlicsim_wx/garlicsim_wx/general_misc/wx_tools.py
And a bunch of widgets here:
https://github.com/cool-RR/GarlicSim/tree/master/garlicsim_wx/garlicsim_wx/widgets/general_misc
And possibly more stuff in various places in the codebase that I’ve forgotten about.
Most of the code is well-documented, and I’ll be happy to get bug reports or any comments.
Ram.