Showing posts with label pyglet. Show all posts
Showing posts with label pyglet. Show all posts

Monday, 21 June 2010

Interpolation 2

For some reason I found myself extending my interpolation experiment from allowing dragging of points on the curve, to scrolling the curve depending on various inputs.


There's a bug where the scroll speed starts off faster than the various parameters should allow it to be that I have not tracked down.

Source code: pycurves.

Saturday, 19 June 2010

Interpolation source code

A comment on my last post requested the source code. I've made it available as a google hosted project.