1234567891011121314151617181920212223242526272829303132333435 |
- three.js - JavaScript 3D library
- ===============================
- The aim of the project is to create a lightweight 3D library with a very low
- level of complexity — in other words, for dummies. The library provides
- <canvas>, <svg> and WebGL renderers.
- * `Clone on GitGub <https://github.com/mrdoob/three.js>`_
- * `Report an Issue <https://github.com/mrdoob/three.js/issues>`_
- * IRC: ``#three.js`` on ``irc.freenode.net``
- Contents
- --------
- .. toctree::
- :maxdepth: 1
- changelog.rst
- tutorials/index.rst
- API
- ---
- .. toctree::
- api/cameras/index.rst
- api/core/index.rst
- api/lights/index.rst
- Indices and tables
- ==================
- * :ref:`genindex`
- * :ref:`search`
|