jecs

The jecs module is the main module.
It exports the classes you are supposed to instantiate directly.

Source:
Example
import { Engine, Timer } from 'jecs';

Members

(static) Engine :Engine

Source:
Properties:
Name Type Description
Engine

The Engine class

Type:
  • Engine

(static) Simulator :Simulator

Source:
Properties:
Name Type Description
Simulator

The Simulator class

Type:
  • Simulator

(static) Timer :Timer

Source:
Properties:
Name Type Description
Timer

The Timer class

Type:
  • Timer