A high resolution timer in C
For the Computer Graphics and Visualisation module of my course we have to be able to use C and OpenGL to render and animate scenes. As part of the animation a timer is required to be able to scale the animation based on the time elapsed since the last update. Without this animation would be [...]