These are things I did on my own time, and for my own amusement with PyQt, PyKDE, IVuPy psychopg, and IPSA. I will post the code as soon as I clean it up.
|
A few widgets to help interact with the Python interpreter in a running application, especially an application in the process of being written. |
|
|
A simple wrapper around the Python Qscintilla widget, for editing Python and other languages. |
|
|
An extension of the Qtable widget for cursor-based scrolling through Postgres relations, with some GUI support for filtering and sorting. |
|
|
A tree of objects within a Postgres database. |
|
|
An extended MDI main window with support for mutating the state of child windows between three modes: MDI Tool pane Undocked free floating |
|
|
An extension of the SIM SoQtExaminer viewer, with some extra functionality for ease of navigation. |
|
|
A tree of nodes in a Coin3D scenegraph, with support for scenegraph editing, and node editing. |
|
|
A port and re-write of the IPSA Coin3D/ODE libraries to Python, allowing for graphical objects with physical properties within a scenegraph. |
|
|
A simplistic way of attaching Python scripts to parts of a scenegraph, with some GUI support for interacting with all the Python scripts in a subgraph. Examples show simple 3D axes implemented as Python scripts. |
|
|
A Python class for creating 3D shapes using constructor arguments instead of hand-written loops across coordinate ranges. |