Skip to content
This repository was archived by the owner on Mar 12, 2021. It is now read-only.

Version 1.0

Compare
Choose a tag to compare
@miguelmartin75 miguelmartin75 released this 22 Jun 16:06
· 187 commits to master since this release

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