mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 09:58:24 -04:00
7 lines
345 B
Plaintext
7 lines
345 B
Plaintext
This module provides a framework to produce sprite animations using
|
|
ASCII art. Each ASCII 'sprite' is given one or more frames, and
|
|
placed into the animation as an 'animation entity'. An animation
|
|
entity can have a callback routine that controls the position and
|
|
frame of the entity. The module can also do collision detection
|
|
between entities.
|