three.js is a JavaScript 3D Engine which can render using the canvas tag, svg tag, and WebGL.
3D modelling with code isn’t a thing everyone (read: I) can do, but it’s quite interesting to toy around with three.js, and it has a wonderful API reference if you want to learn it.
There is already a number of games created with three.js: take the charming fastkat as an example.
Maybe three.js can help you as a platform for your next game?
- Website: https://github.com/mrdoob/three.js














