An open API service indexing awesome lists of open source software.

https://github.com/ourcade/phaser3-matterjs-bitecs

Example code for using ECS with Phaser 3 and Matter Physics
https://github.com/ourcade/phaser3-matterjs-bitecs

ecs entity-component-system example-code game-development gamedev matter-js phaser3

Last synced: 2 months ago
JSON representation

Example code for using ECS with Phaser 3 and Matter Physics

Awesome Lists containing this project

README

          

# Entity Component System with Phaser 3, Matter.js, and bitECS
> Example code for using ECS with Phaser 3 and Matter Physics

![License](https://img.shields.io/badge/license-MIT-green)

## Overview

This is the example code for using ECS (Entity Component System) via the bitECS library in Phaser 3 with Matter.js physics.

[It corresponds to a 5 part series on YouTube going over the code!](https://www.youtube.com/playlist?list=PLNwtXgWIx3rh4C4bB8oO2CrJflUkLd3Bn)

## Getting Started

Clone this repository with git and run:

```
npm install
npm run start
```

Then go to http://localhost:8000

## License

[MIT License](https://github.com/ourcade/phaser3-matterjs-bitecs/blob/master/LICENSE)