# 2d-engine

> An ES6 game engine using two.js

Latest version **5.5.1** (published 2021-06-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install 2d-engine
pnpm add 2d-engine
yarn add 2d-engine
bun add 2d-engine
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 5.5.1 |
| Published | 2021-06-22 |
| First published | 2017-07-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 22 |
| Unpacked size | 2.2 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Brandon Heyer |
| Maintainers | brandonheyer |
| Keywords | 2d, game, engine, es6, babel, visualization |

## Links

- npm: https://www.npmjs.com/package/2d-engine
- Repository: https://github.com/brandonheyer/2d-engine
- Homepage: https://github.com/brandonheyer/2d-engine#readme
- Issues: https://github.com/brandonheyer/2d-engine/issues
- npm.io page: https://npm.io/package/2d-engine

## Dependencies (22)

- [d3](https://npm.io/package/d3.md) ^5.9.2
- [chai](https://npm.io/package/chai.md) ^4.1.2
- [mocha](https://npm.io/package/mocha.md) ^4.0.1
- [sinon](https://npm.io/package/sinon.md) ^4.1.3
- [eslint](https://npm.io/package/eslint.md) ^4.12.1
- [jquery](https://npm.io/package/jquery.md) ^3.4.1
- [lodash](https://npm.io/package/lodash.md) ^4.17.15
- [random](https://npm.io/package/random.md) ^2.1.1
- [two.js](https://npm.io/package/two.js.md) ^0.7.0-beta.3
- [webpack](https://npm.io/package/webpack.md) ^4.41.5
- [istanbul](https://npm.io/package/istanbul.md) ^0.4.5
- [coveralls](https://npm.io/package/coveralls.md) ^3.0.0
- [@babel/cli](https://npm.io/package/@babel/cli.md) ^7.4.4
- [seedrandom](https://npm.io/package/seedrandom.md) ^3.0.5
- [sinon-chai](https://npm.io/package/sinon-chai.md) ^2.14.0
- [@babel/core](https://npm.io/package/@babel/core.md) ^7.4.5
- [webpack-cli](https://npm.io/package/webpack-cli.md) ^3.3.10
- [babel-loader](https://npm.io/package/babel-loader.md) ^8.0.6
- [event-pubsub](https://npm.io/package/event-pubsub.md) ^4.3.0
- [babel-register](https://npm.io/package/babel-register.md) ^6.26.0
- [@babel/preset-env](https://npm.io/package/@babel/preset-env.md) ^7.4.5
- [mocha-lcov-reporter](https://npm.io/package/mocha-lcov-reporter.md) ^1.3.0

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 5.5.1 (latest) — 2021-06-22
- 5.5.0 — 2021-06-22
- 0.6.0 — 2021-06-22
- 5.4.9 — 2020-03-01
- 5.4.8 — 2020-02-15
- 5.4.7 — 2020-02-09
- 5.4.4 — 2020-02-08
- 5.4.2 — 2020-02-08
- 5.4.1 — 2020-02-08
- 5.4.0 — 2020-02-08
- 5.3.5 — 2019-12-14
- 5.3.4 — 2019-12-14
- 5.3.3 — 2019-12-14
- 5.3.2 — 2019-12-14
- 5.3.0 — 2019-12-14
- … 11 more at https://npm.io/package/2d-engine/versions

## README

# 2d-eninge <img src="https://travis-ci.org/brandonheyer/2d-engine.svg?branch=master" />
This is a 2d game engine written in ES6 with Babelify and D3js.

# Usage
This is meant to be included as a node module and not used separately. For a
usage example, see: https://github.com/brandonheyer/flocking.

# Examples
To compile the examples, run `grunt browserify`. If yo want to modify the
examples to play around, you only need to run `grunt browserify:examples` if
you do not make any changes to the core 2d-engine codebase.

---
_Source: https://npm.io/package/2d-engine · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
