UNPKG

@hiddentao/clockwork-engine

Version:

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

8 lines (7 loc) 175 B
/** * Input Layer Interface * * Platform-agnostic input abstraction that wraps input systems * like DOM events or provides recording-based implementations. */ export {};