0.0.10 • Published 10 years ago

loki-entity-collision-resolution v0.0.10

Weekly downloads
1
License
-
Repository
github
Last release
10 years ago

loki-entity-collision-resolution

Entity collision resolution library for lokijs.

Usage

This one actually gets a bit of proto documentation.

The other library handles actual collisions. This library handles what happens in response to the two entities' collide events.

For example. Two entities, A and B, collide. Entity A has a plug with an associated property (a string) and a strength (a number). Entity B has a matching socket with the same property name, a threshold, and a callback. When the two collide, the threshold is checked against the strength. If the strength of the plug on A exceeds the threshold of the socket on entity B then the callback on Entity B is invoked.

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago