JavaScript or HTML5 to display image as 3D Canvas -
is there way achieve effect (3d canvas view) displaying image within website?
click here view image effect
there javascript library or maybe html5 canvas solution or can done via php?
thanks!
edit:
more explicit effect want touch library i'm looking for: check type of displaying images without making images myself. want automate process , display simple images types in website link.
you three.js, javascript 3d library can configured output canvas, webgl or svg. download library , through examples , you'll find pretty close want do. essentially, need create cube , use image material.
Comments
Post a Comment