I want to write chess 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
Asked
Active
Viewed 1,125 times
3
-
possible duplicate of [Javascript drawing library?](http://stackoverflow.com/questions/96486/javascript-drawing-library) – Sani Singh Huttunen Jul 07 '11 at 18:32
2 Answers
2
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.
Justin Ethier
- 127,537
- 50
- 225
- 279