Skip to content

v0.5.0-alpha

Latest
Compare
Choose a tag to compare
@ArthurCose ArthurCose released this 14 Jul 04:36
· 34 commits to master since this release

Major Changes

  • Renderable interface
    • Allows attaching sprites and custom renderables without needing a custom method on Entity
  • Quaternion *= Quaternion
  • Vector3 toEuler() for Quaternion
  • Quaternion getDirection() for Vector3
  • lookAt(Entity) for Entity
  • GLContext moved to GraphicsContext
    • Support for multiple graphics APIs is planned to be implemented using their own GraphicsContext and removing direct GL calls in all other classes