2.3.0 • Published 1 year ago

snecs v2.3.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Snecs

Entity-Component-System based off Specs, but for NodeJS (Snecs Node ECS, if you will). Due to Javascript's inherent single-threadedness, we naturally drop the "parallel" aspect, but keep the interface and concepts similar.

Someday (given outside interest, or inside free time) I will document this project. Until then, refer to the Specs Tutorial for instructions better than I could ever create. You'll find using Snecs remarkably similar.

Minification

If you are running Snecs in a browser, ensure that minification is not mangling names, particularly if you are making use of snapshots; Snecs uses classes' names internally for taking and restoring snapshots, so they do need to be consistent.

For apps built with esbuild, see the keepNames option, for example. Other minifiers hopefully will have similar options which you can use.

2.3.0

1 year ago

2.2.0

1 year ago

2.1.0

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.9.0

2 years ago

1.8.0

2 years ago

1.7.1

2 years ago

1.7.0

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago