Class PixiGraphics

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

public class PixiGraphics extends Object implements TeaGraphics, StageSubscriber
Uses the PixiJS JavaScript library to render 2D graphics. PixiJS will use either a WebGL-based renderer or a canvas-based renderer, depending on the browser and platform.