ecsyjs / ecsy

Entity Component System for javascript
https://ecsyjs.github.io/ecsy/
MIT License
1.11k stars 115 forks source link

Optional System.execute() #284

Open mrchantey opened 3 years ago

mrchantey commented 3 years ago

The framework is designed to handle systems without an execute function, and systems can be written purely for handling initialization. Therefore the execute function should not be marked absract.