antha
v0.13.0
Published
A simple-to-use all-in-one Antha engine variant with default mods.
Downloads
2,699
Readme
antha
An easy to use drop-in package containing the Antha game engine with a bunch of pre-built mods already setup.
Included mods
- @antha/asset: asset loading.
- @antha/audio: audio loading and playback.
- @antha/entity-2d: 2D entities, rendering, and collision detection.
- @antha/fps: on-screen frames-per-second counter.
- @antha/graphics-2d: PixiJS application and canvas for rendering 2D graphics.
- @antha/input: keyboard and gamepad input detection and bindings.
Install
npm i anthaUsage
import {createDefaultAnthaEngine} from 'antha';
const {engine} = createDefaultAnthaEngine();
engine.startLoop();