UNPKG

@hiddentao/clockwork-engine

Version:

A TypeScript/PIXI.js game engine for deterministic, replayable games with built-in rendering

8 lines (7 loc) 188 B
/** * Rendering Layer Interface * * Platform-agnostic rendering abstraction that wraps rendering engines * like PIXI.js, Canvas2D, or provides headless implementations. */ export {};