excalibur
Version:
Excalibur.js is a simple JavaScript game engine with TypeScript bindings for making 2D games in HTML5 Canvas. Our mission is to make web game development as simple as possible.
16 lines (15 loc) • 438 B
TypeScript
export * from './vector';
export * from './vector-view';
export * from './matrix';
export * from './affine-matrix';
export * from './transform';
export * from './coord-plane';
export * from './Random';
export * from './global-coordinates';
export * from './line-segment';
export * from './projection';
export * from './ray';
export * from './lerp';
export * from './bezier-curve';
export * from './util';
export * from './rotation-type';