开发者

Can somebody tell me good 2d library for JavaScript if exists?

开发者 https://www.devze.com 2023-03-18 14:41 出处:网络
I want to write c开发者_C百科hess in JavaScriptbut I am pretty new to JavaScript. Can somebody tell me good 2d library for JavaScript if exists ? Is there possible to write 3d objects with JavaScript

I want to write c开发者_C百科hess in JavaScript but I am pretty new to JavaScript. Can somebody tell me good 2d library for JavaScript if exists ? Is there possible to write 3d objects with JavaScript ? Any advice is helpful


You should take a look at Raphaël and processing.js.

The processing.js reference lists a few 3d primitives so you can render 3d objects, at least in a limited manner.


Re: 3D objects in JS, Check out three.js for an excellent 3d library. It supports WebGL, Canvas, SVG rendering (WebGL being significantly faster in browser that support it).

Get a new browser if necessary (e.g. chrome dev build) and check out some of the webgl demos.

0

精彩评论

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