Raylib Php Versions Save

PHP 8 Bindings to raylib

v0.8.2

9 months ago

Fixes to LoadModel and LoadModelAnimations for better 3D support.

v0.8.0

9 months ago

Large rewrite of internals. Reduced memory usage and faster performance due to fewer op calls.

  • RayLib 4.5.0 support
  • PHP 8.2 support

0.4.2-alpha

3 years ago
  • Added Matrix
  • Fixed Camera2D copy issue
  • Added Screen-space-related functions

v0.4.0-alpha

3 years ago
  • Initial PHP 8 Support, Upgrade to RayLib 3.5
  • Camera2D improvements to API use i.e $camera->target->x++ is now possible without having to use getters and setters.

v0.3.4-alpha

4 years ago
  • Font loading

v0.3.3-alpha

4 years ago
  • 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

v0.3-alpha

4 years ago
  • Added Audio functions
  • Added Wave functions
  • Added more Texture calls
  • Added draw Triangle calls
  • Fixed some stubs for auto complete
  • Perf improvement for Texture->draw()
  • Added another game
  • Added bunny bench example (batch calls)

v0.2-alpha

4 years ago

Bug fixes on some draw functions and moved gamepad into its own module.

v0.1-alpha

4 years ago

This is a super-duper alpha release.