0.0.4 • Published 5 years ago

entityped v0.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

Entityped

TypeScript ECS library that provides intellisense for your entities and components.

I am building this for learning purposes.

Prerequisites

All you need is a recent version of node/npm.

Installing

Install the package with the following command:

npm install entityped

Using

Run the following command from your project directory to create the initial boilerplate you need:

npx entityped-init

Note: npx comes installed with npm and provides a clean way to run local scripts.

To create new components, just run the following command:

npx entityped-component
0.0.4

5 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago