gohyperr / hecs

A high performance lightweight ECS with a plugin ecosystem!
MIT License
23 stars 1 forks source link

[three] Allow options 'camera', 'renderer', 'scene' #34

Closed canadaduane closed 1 year ago

canadaduane commented 3 years ago

Ugh. I just tested this and realized calling plugin() will create a new object each time, causing multiple re-registries of components and systems.

canadaduane commented 3 years ago

This should be ready to review / merge.