UNPKG

@hiddentao/clockwork-engine

Version:

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

8 lines (7 loc) 189 B
/** * Platform Layer Interface * * Top-level interface that composes all platform-specific subsystems * (rendering, audio, input) and provides device-level capabilities. */ export {};