This package expands on [`@hex-engine/core`](http://npm.im/@hex-engine/core) to provide primitives for making a 2D game in [Hex Engine](https://github.com/suchipi/hex-engine).
npm install @hex-engine/2d@hex-engine/2dThis package expands on @hex-engine/core to provide primitives for making a 2D game in Hex Engine.
It includes:
- An HTML5 Canvas-based renderer
- useUpdate and useDraw hooks
- Support for sprite sheets and animations
- Components that make it easy to work with Aseprite, Tiled, and BMFont assets
- Components that make it easy to work with mouse, keyboard, and gamepad input
- Components for a 2D Physics Engine (matter.js)
- Components and hooks for working with the Web Audio context and generating procedural sound via modal-synthesis
- And much, much more
For more information, please check the main README for Hex Engine.