flim library

Classes

AnimatedSprite
An animated sprite - a list of Frame's which changes over time
AnimatedSpriteGame
A Game which updates and renders an AnimatedSprite, used by a GameWidget
Game
Abstract base class for games
GameLoop
Deliver frame updates using a Ticker
GameRenderBox
update and paints a game
GameWidget
This a widget to embed a Game inside the Widget tree
IntRect
describe pixel bounds using ints
IntSize
describe image sizes using ints
Sprite
an image rect with transformations
SpriteBatch
render a set of sprites inside a single image atlas using Canvas.drawAtlas
SpriteBatchMap
a sprite batch per image map
SpritePainter
custom painter for a single sprite, used by sprite widget
SpriteRenderer
render a single sprite
SpriteWidget
Widget for a single sprite
Transform2D
transforms used by sprites