glfw / glfw.github.io

Jekyll sources for GLFW website
https://www.glfw.org/
Other
28 stars 19 forks source link

PHP bindings #93

Closed mario-deluna closed 1 year ago

mario-deluna commented 1 year ago

Hey there, i've created a PHP extension to support glfw:

Repo: https://github.com/mario-deluna/php-glfw

Docs: https://phpgl.net/getting-started/window-creation.html

Example: https://github.com/mario-deluna/php-glfw/blob/master/examples/01_triangle.php

Best regards Mario

siavashserver commented 1 year ago

Thank you!