3D in PHP
Posted: Tue Jul 02, 2013 5:22 am
Hello everyone! I have successfully ported the NeHe OpenGL tutorial, "Your First Polygon" to PHP using php-opengl. It wasn't very hard, but I personally hate coding everything from scratch in OpenGL. I am probably going to start work on a PHP 3D library.
Oh, and for those of you who say PHP is too slow, maybe you could do some research for me to figure out if HHVM (HipHop PHP VM made by Facebook) would work with this. I have yet to have a need to try myself, as PHP is still fast enough for what I am doing (so far, I am sure that will change).
Oh, and for those of you who say PHP is too slow, maybe you could do some research for me to figure out if HHVM (HipHop PHP VM made by Facebook) would work with this. I have yet to have a need to try myself, as PHP is still fast enough for what I am doing (so far, I am sure that will change).