Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is there any way to achieve this effect (3D CANVAS VIEW) for displaying an image within a website?

Click here to view the image effect

Is there any JavaScript Library or maybe HTML5 Canvas solution or it can be done via PHP?

Thanks!

EDIT:
To be more explicit this is the effect I want to touch with the library I'm looking for: Check this type of displaying the images without making the images by myself. I just want to automate the process and just display simple images like the types in the website from the link.

share|improve this question

1 Answer

up vote 0 down vote accepted

You could do this with three.js, a JavaScript 3D library which can be configured to output to canvas, WebGL or SVG. Download the library and look through the examples and you'll probably find something pretty close to what you want to do. Essentially, you need to create a cube and use an image as the material.

share|improve this answer
Thank you for your comment! I'll check as soon as possible and will answer! – roshkattu Jun 7 '12 at 9:10

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.