@7y1o/webmarine-core
Version:
Core utils for game engine WebMarine
21 lines (15 loc) • 471 B
text/typescript
// Main entry
export {WMGameEngine} from './WMGameEngine';
// Render
export {WMRenderEngine} from './render/WMRenderEngine';
// Physics
export {WMPhysicsEngine} from './physics/WMPhysicsEngine';
// Audio
export {WMAudioEngine} from './audio/WMAudioEngine';
// AI
export {WMAIEngine} from './ai/WMAIEngine';
// Entity
export {WMEntityUtils} from './entity/WMEntityUtils';
export {WMMeshEntity} from './entity/WMMeshEntity';
// WebAssembly
// TODO