Skip to main content

Cubic Bézier curves demo - 1.0

An attempt at implementing cubic Bézier curves in Pygame.


David
(animatinator)
My attempt at implementing cubic Bézier curves in Pygame. You can drag the points around with the mouse, and use the up and down arrow keys to move the little blob thingy along the path (a quick example of Bézier curves being used as paths). Use the C key to toggle the blob-thing on and off, and the D key to show or hide funky intermediate lines (used in calculating the points on the curve).

Changes

Links

Home Page
http://www.pygame.org
Source
http://www.pasteall.org/6266/python

Releases

Cubic Bézier curves demo 1.0 — 22 Jun, 2009

Cubic Bézier curves demo 1.1 — 24 Jun, 2009

Pygame.org account Comments