JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 25
  • Score
    100M100P100Q73398F
  • License Apache-2.0

A simple & lightweight ECS (Entity Component System) library for JavaScript and TypeScript. 🕹

Package Exports

  • @byloth/micro-ecs

Readme

μECS 🕹

NPM Version Codecov NPM release GPR release NPM Downloads License

A simple & lightweight ECS (Entity Component System) library for JavaScript and TypeScript.

TODO ☑️

  • Implementare una logica di clean-up delle viste non più utilizzate per il QueryManager.
  • Implementare object-pooling per migliorare e ottimizzare l'uso della memoria.
  • Considerare gli archetipi per migliorare e ottimizzare le query sui componenti.