A video of program interaction. I show the ability to select regions of phase space, toggle the axes and statistics, draw grid lines, selecting the system, and speeding up and slowing down the simulation. More details of how to interact with the program are outlined in the documentation.
Overall, the program shows decent accuracy. The pictures show the accuracy for the different systems; generally errors fell within a few percent. A shorter time frame had to be used for the double pendulum because its motion is chaotic.
Update: 11/03/14
Found an implementation of RK4 in python. Successfully drawing basic shapes in OpenGL; I'll gradually modify this into my project. Presented on Friday. Current plan is to implement the differential equations for a general Hamiltonian, then implement the Hamiltonians.
Update: 11/14/14
Added a working animation for the phase space of the pendulum. My plan for this week is to implement another Hamiltonian, a way to calculuate volume changes (as detailed in my proposal) and improve the apperance by rescaling or shifting. I may add documentation.
Update: 12/08/14
Added 2 more Hamiltonians and the ability to interact with the program via the mouse and keyboard. User can select initial areas as well as pause or change simulation speed. Made slight performance tweaks.