This video shows a little app I've been working on for demonstrating the movement of a mass attached to a spring.
This is an OpenGL app which uses GLUI for the user interface.
The user can input the initial position and velocity as well as the elasticity constant, and the mass.
It uses the Euler method for integration since it was a requirement.