typed-ecstasy
typed-ecstasy copied to clipboard
Version 2 Released
I've just released version 2. If you're currently using version 1, there is a migration guide in the documentation
Biggest changes:
- The introduction of dependency injection.
- Extracting the logic of the entity and system management out of the engine into separate classes.
- The introduction of object pooling.
- The official introduction of entity/component factories (they existed in V1, but have not been well documented at the time).
- A lot better and more detailed documentation.
I've done my best to keep the API intuitive. If you're encountering issues, let me know.
All in all I am quite happy with the result, it allows for even cleaner code than before.