Php Glfw Versions Save

🪐A fully-featured OpenGL and GLFW extension for PHP. 🔋Batteries included (Math Functions, Texture Loaders, etc..)

v2.1.3

9 months ago

Changes

  • Updated documentation.
  • Updated the linux and macOS .m4 autoconf to properly include vendor dependencies when compiled inline.

Full Changelog: https://github.com/mario-deluna/php-glfw/compare/v2.1.2...v2.1.3


Windows DLL

You can find the windows dll files attached to the release:

  • PHP 8.0 Thread Safe x64 glfw_php8.0_ts_x64.zip
  • PHP 8.1 Thread Safe x64 glfw_php8.1_ts_x64.zip
  • PHP 8.2 Thread Safe x64 glfw_php8.2_ts_x64.zip

  • PHP 8.0 Non Thread Safe x64 glfw_php8.0_nts_x64.zip
  • PHP 8.1 Non Thread Safe x64 glfw_php8.1_nts_x64.zip
  • PHP 8.2 Non Thread Safe x64 glfw_php8.2_nts_x64.zip

v2.1.2

1 year ago

Changes

  • Updated documentation.
  • Added support for float buffers with GlReadPixels.
  • Added basic serialization of math objects.
  • Added support for vec3 * mat4 multiplication.
  • Added support for vec4 * mat4 multiplication.

Full Changelog: https://github.com/mario-deluna/php-glfw/compare/v2.1.1...v2.1.2


Windows DLL

You can find the windows dll files attached to the release:

  • PHP 8.0 Thread Safe x64 glfw_php8.0_ts_x64.zip
  • PHP 8.1 Thread Safe x64 glfw_php8.1_ts_x64.zip
  • PHP 8.2 Thread Safe x64 glfw_php8.2_ts_x64.zip

  • PHP 8.0 Non Thread Safe x64 glfw_php8.0_nts_x64.zip
  • PHP 8.1 Non Thread Safe x64 glfw_php8.1_nts_x64.zip
  • PHP 8.2 Non Thread Safe x64 glfw_php8.2_nts_x64.zip

v2.1.1

1 year ago

In this release:

  • Added a few more utility functions to the quaternion math object.
  • Quat can now be multiplied with Vec3 and Mat4.
  • Added glDrawBuffers support.
  • Added glReadPixels support.
  • Added AABB generator for mesh loading, in obj loader.

Full Changelog: https://github.com/mario-deluna/php-glfw/compare/v2.1.0...v2.1.1


Windows DLL

You can find the windows dll files attached to the release:

  • PHP 8.0 Thread Safe x64 glfw_php8.0_ts_x64.zip
  • PHP 8.1 Thread Safe x64 glfw_php8.1_ts_x64.zip
  • PHP 8.2 Thread Safe x64 glfw_php8.2_ts_x64.zip

  • PHP 8.0 Non Thread Safe x64 glfw_php8.0_nts_x64.zip
  • PHP 8.1 Non Thread Safe x64 glfw_php8.1_nts_x64.zip
  • PHP 8.2 Non Thread Safe x64 glfw_php8.2_nts_x64.zip

v2.1.0

1 year ago
  • This release mostly introduces a few small breaking naming changes around the math functions to be more consistent.
  • Also this release introduces a built-in quaternion object.
  • Support for PHP8.2

Full Changelog: https://github.com/mario-deluna/php-glfw/compare/v2.0.0...v2.1.0

Windows DLL

You can find the windows dll files attached to the release:

  • PHP 8.0 Thread Safe x64 glfw_php8.0_ts_x64_dll.zip

  • PHP 8.1 Thread Safe x64 glfw_php8.1_ts_x64_dll.zip

  • PHP 8.0 Non Thread Safe x64 glfw_php8.0_nts_x64_dll.zip

  • PHP 8.1 Non Thread Safe x64 glfw_php8.1_nts_x64_dll.zip

v2.0.0

1 year ago

Full Changelog: https://github.com/mario-deluna/php-glfw/commits/v2.0.0

Windows DLL

You can find the windows dll files attached to the release:

  • PHP 8.0 Thread Safe x64 glfw_php8.0_ts_x64_dll.zip

  • PHP 8.1 Thread Safe x64 glfw_php8.1_ts_x64_dll.zip

  • PHP 8.0 Non Thread Safe x64 glfw_php8.0_nts_x64_dll.zip

  • PHP 8.1 Non Thread Safe x64 glfw_php8.1_nts_x64_dll.zip