I recently proposed PEAR::Image_3D in PEPr (the PEAR Proposal system).
Image_3D enables you to render 3D images using PHP. As I mentioned in my last post on that topic, the usage of PHP to render 3 dimensional images seems a bit ridiculous, but it definitly has a sense: Imagine the rendering of 3D charts from database data (we plan to implement a driver for PEAR::Image_Graph) or rendering of simple 3D images from user data. Of course one should not render those images on the fly, but cache them. Exciting is the fact, that rendering even complex 3D images (about 16.000 polygones) takes an acceptabel amount of time. Try it yourself! :)
Some links on Image_3D:
If you liked this blog post or learned something, please consider using flattr to contribute back: .
Fields with bold names are mandatory.
Vote for PEAR::Image_3D!
I'd like to beg every PEAR developer to vote on Image_3D, the new 3D rendering package for PEAR. Since the first proposal Kore Nordmann (the lead maintainer) highly refactored Image_3D and added some fantastic new features like:
SVG output using gauroun