PyC3D is a cross platform python library which is capable of reading .C3D files for Motion Capture with data classes for inspecting the data.
Continue ReadingLighting the cross-application signal beacons
A look at how MongoDB can be used to create Signals across Qt applications worldwide!
Continue ReadingPainting on a panel – Revisited
Look at re-writing an 8 year old paint tool, now using Qt based models, custom widgets to make easy to expand and use!
Continue ReadingMaking brighter Futures with Qt
Building a Qt powered Futures class to allow for easy offloading tasks to keep the main thread freer
Continue ReadingPlugin class architecture
A look into a Plugin based design pattern for Python for to allow for easy expansion of code simply by adding a python file.
Continue ReadingThe QPower of QProcess
Unleashing the power of QProcess for easier python parallelization of external processes
Continue ReadingPyBase
PyBase is a common Python module that I used to contain generic code which might be useful across tools and applications.
Continue ReadingBreaking out of the Code!
A brief look into the pdb module in python for debugging problematic production code.
Continue ReadingPainting on a Widget (repost from 2012)
Using PyQt to create a simple drawing interface on a widget
Continue Reading