Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 727 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 727 Bytes

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