This repository was archived by the owner on Mar 12, 2021. It is now read-only.
Version 1.0
Features:
- Changed how Entities are stored
- Added unit tests
- Added CMake support
- Removed virtual process/update method in System classes, as not all systems require to be updated in a particular way
- Added C++11 support where necessary, e.g. for ComponentFilter
- Library requires C++11 now - may change in the future
- Added Rendering example
- Added Animation example