Yow i can do show 3d graphics (opengl, other) on php page?

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
User avatar
phpvodoo
Forum Newbie
Posts: 3
Joined: Wed Aug 25, 2010 4:20 am
Location: usa

Yow i can do show 3d graphics (opengl, other) on php page?

Post by phpvodoo »

Yow i can do show 3d graphics (opengl, other) on php page?

I want add cool 3d graphics (opengl,other) to my php pages ^-^
User avatar
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

Post by Jonah Bron »

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)
Post Reply