JavaScript documentation is available in the docs directory.
To regenerate the documentation, ensure JSDoc is installed. And install the Clean JSDoc Theme template.
npm install -g jsdoc
npm install -g clean-jsdoc-theme
To regenerate documentation, ensure you have the correct path to your global node modules (npm root -g
), then run the following command.
rm -rf docs && jsdoc -t `npm root -g`/clean-jsdoc-theme -d docs -r src/*
- Three.js ~ Three.js is a JavaScript library that allows users to create 3D graphics and animations in a web browser. It uses WebGL, a graphics API that allows users to render 2D and 3D graphics in an HTML5 canvas.
- Discover Three.js ~ Discover three.js is a complete introduction to the web as a platform for 3D graphics using the three.js WebGL library, from one of the core three.js developers.
- Three.js Journey 💰 ~ Become a Three.js developer. Everything you need in one place. Three.js Journey is the most complete, yet accessible course you can find.