Guide to Three.js
Three.js is a lightweight 3D library that makes it easy to create 3D illustrations and animations. It's available both as a package on npm, via CDN or a direct download.
Getting Started with Three.js
Remix ~three-js and change it to make your app!
You can learn more about Three.js by reading the documentation or checking out the live code examples.
4 Projects
Featured Project
Remix this starter app to make your first Three.js app.
Uses cdn
This is a fun example of animating text along a moving path.
Uses npm package
This is a great example of how to add shading to your 3D rendering
Uses cdn
This is a great example of how to include Three.js with an npm package.
Uses npm package