Introduction

Gillcup is a 2D animation library.

It is intended for both scripted (i.e. the entire animation is known ahead of time), and interactive animations.

Gillcup is modular: the core provides a timer and animated objects with nothing relating to graphics. Visualization classes based on Pyglet are provided in the gillcup.graphics module.

Gillcup depends on nothing but Pyglet, easing deployment. Pyglet, in turn, depends on Python and OpenGL.

Project Versions

Previous topic

Welcome to Gillcup’s documentation!

Next topic

The Gillcup Tutorial

This Page