schlitt.info - php, photography and private stuff ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :Author: Tobias Schlitt :Date: Thu, 27 Nov 2008 18:00:29 +0100 :Revision: 2 :Copyright: CC by-nc-sa ======================= PEAR::Image_3D proposed ======================= :Description: I recently proposed PEAR::Image_3D in PEPr (the PEAR Proposal system). 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! :) .. __: /opensource/blog/0340_useless_but_really_damn_cool.html .. __: http://pear.php.net/package/Image_Graph Some links on Image_3D: - `Proposal`__ - `PEAR package`__ - `Examples`__ .. __: http://pear.php.net/pepr/pepr-proposal-show.php?id=261 .. __: /misc/Image_3D/Image_3D-0.1.0.tgz .. __: http://www.kore-nordmann.de/stuff/index.php?dir=%2F3dlib&sort=0 .. Local Variables: mode: rst fill-column: 79 End: vim: et syn=rst tw=79 Trackbacks ========== - Vote for PEAR::Image_3D! on Mon, 11 Jul 2005 09:37:34 +0200 in Tobias Schlitt - Weblog 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 Comments ========