Class PixiGraphics

java.lang.Object
nl.colorize.multimedialib.renderer.pixi.PixiGraphics
All Implemented Interfaces:
TeaGraphics, StageVisitor

public class PixiGraphics extends Object implements TeaGraphics
Renders graphics using the PixiJS JavaScript library. Depending on the platform and browser, PixiJS will either use WebGL or fall back to the HTML canvas API.