2011年8月18日木曜日

OpenGL/GLUT for PHP5.3 exe tarball v0.0.1 (experimental)

OpenGL/GLUT for PHP5.3 exe tarball v0.0.1 (experimental)

i release zip archive of OpenGL PHP for Windows, it runnable so
http://diary.awm.jp/~yoya/data/2011/08/17/php53opengl-0.0.1.zip

i checked it on Microsoft Windows Vista and 7 32bits version.

i reported sourceforge.net の phpopengl forum



Dear all.
Windows binary PHP5.3 with OpenGL/GLUT extension for you.

source repos.


↓original source, it runnable on php4
- http://phpopengl.sourceforge.net/

↓my php5 migration and costomize code
- https://github.com/yoya/phpopengl/

usage



php -c php.ini samples\contrib\gears.php

[f:id:yoya:20110818025231p:image]

problem


  • OpenGL 1.2 version because Windows SDK 7.1 's default.

  • GLUT callback is not stable so maybe not runnable sample under.
    • samples\examples\movelight.php
    • samples\glut\glut_example.php
    • samples\redbook\bezmesh.php
  • msvcr100.dll
    • attached in zip. I'm trying to enbeded into exe file.