123456789101112131415161718192021222324252627282930313233 |
- three.js - Javascript 3D Engine
- ===============================
- The aim of the project is to create a lightweight 3D engine with a very low
- level of complexity — in other words, for dummies. The engine can render using
- <canvas>, <svg> and WebGL.
- * `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
- tutorial.rst
- API
- ---
- .. toctree::
- api/THREE.rst
- Indices and tables
- ==================
- * :ref:`genindex`
- * :ref:`search`
|