0.1.4 • Published 4 years ago

rapid-ecs v0.1.4

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Using Rapid-ECS

Rapid-ECS is in an experimental phase, and uses experimental node practices. Because of this any file that imports Rapid-ECS should use the .mjs file extension.

Example:

import recs from 'rapid-ecs';

let player = recs.createEntity();

console.log(player);
0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago