Yow i can do show 3d graphics (opengl, other) on php page?
I want add cool 3d graphics (opengl,other) to my php pages ^-^
Yow i can do show 3d graphics (opengl, other) on php page?
Moderator: General Moderators
- Jonah Bron
- DevNet Master
- Posts: 2764
- Joined: Thu Mar 15, 2007 6:28 pm
- Location: Redding, California
Re: Yow i can do show 3d graphics (opengl, other) on php pag
You have a couple of options, but PHP has nothing to do with any of them. You could use any of the following:
- Flash (I've seen some demos of faking 3D with it)
- The Canvas tag (powered by javascript)
- WebGL (not a real option at this point, only in nightly Webkit builds and Firefox 4b)