apysc documentation

Welcome to apysc documentation! apysc is the Python front-end library (currently developing and only works partially).

Quick start guide

Container classes

The Stage is the apysc overall drawing area container, and the Sprite is the container class.

Exporting

The HTML and JavaScript exporting interfaces.

apysc basic data classes

DisplayObject and GraphicsBase classes

The DisplayObject class is the base class for each display object. The GraphicsBase class is the DisplayObject subclass and the base class of each graphic class, such as the Rectangle class.

Each graphic class

Graphics class


The Graphics class handles each vector graphics drawing.

Common event interfaces

MouseEvent class and mouse event binding


Branch instruction

Loop

Timer


DateTime class

TimeDelta class

Animation


Other manipulation interfaces

Debugging

Testing