entityped
v0.0.4
Published
TypeScript ECS library that provides intellisense for your entities and components.
Readme
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 entitypedUsing
Run the following command from your project directory to create the initial boilerplate you need:
npx entityped-initNote:
npxcomes installed with npm and provides a clean way to run local scripts.
To create new components, just run the following command:
npx entityped-component