Skip to content

0.3.3-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@joseph-montanez joseph-montanez released this 28 Mar 23:11
· 160 commits to master since this release
  • Completed Window API
  • Added more draw functions (triangle, fan, strip)
  • Started adding read/write of properties rather than using getters and setters. This means no more $vec->setX($vec->getX() + 10), you can now use $vec->x += 10