Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 423 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 423 Bytes

Vexr

Vexr, a vector library for easy motion and interactivity.

Vexr is a work in progress but has the following features.

  • 2D and 3D vectors.
  • A game design suite of classes consisting of an Actor class, Game Loop class for updating and rendering your Actors.
  • A lightweight custom events system for easy binding of internal events.
  • Steering behaviors. Easily mix and match them to create new behaviors.
  • Tests!