Are there any good Javascript graphics libraries?

2019-01-12 18:51发布

After staring at this 3D cube and these triangles for a while I started wondering if there's any good reliable Javascript graphics library with basic 3D support.

Any suggestion?

7条回答
地球回转人心会变
2楼-- · 2019-01-12 18:58

I'm very psyched about Raphaël. I've used it in one project and it works like a charm.

查看更多
闹够了就滚
3楼-- · 2019-01-12 18:59

Check out Walter Zorn's library

www.walterzorn.de/en

查看更多
该账号已被封号
4楼-- · 2019-01-12 19:06

John Resig's port of the Processing library to Javascript:

http://ejohn.org/blog/processingjs

查看更多
成全新的幸福
5楼-- · 2019-01-12 19:14

Flot is a pure Javascript plotting library for jQuery.

查看更多
爷、活的狠高调
6楼-- · 2019-01-12 19:17

The canvas html element may be the best backing and is used as such in many libraries (I know flot and processingjs mentionned by sibblings are using it)

canvas element is the lower API abstraction level you can get, which may be conceptually similar to Cairo or GDI

查看更多
疯言疯语
7楼-- · 2019-01-12 19:19

Here are a few physics engines written in javascript that have some graphics capabilities.

http://blog.quantumstate.co.uk/javascript-physics-engine.html

http://box2d-js.sourceforge.net/

查看更多
登录 后发表回答