开发者

Is there any existing Javascript APIs manipulate canvas / images more advance?

开发者 https://www.devze.com 2023-03-24 03:14 出处:网络
Sorry if this sounds childish. I have been trying to manipulate a canvas element (of HTML5) (eg. a long rectangle) by folding the edge, like you are folding a paper.

Sorry if this sounds childish. I have been trying to manipulate a canvas element (of HTML5) (eg. a long rectangle) by folding the edge, like you are folding a paper.

Is there an existing javascript APIs for this?开发者_如何学C Or any recommendation where to begin?

Thanks.


I hope this helps:

https://github.com/mrdoob/three.js/

A Javascript 3d engine


I'm unaware of any specific framework or general purpose library for this sort of thing, but you might want to look at this: http://jpageflipper.codeplex.com/.

0

精彩评论

暂无评论...
验证码 换一张
取 消