index.rst 621 B

123456789101112131415161718192021222324252627282930313233
  1. three.js - Javascript 3D Engine
  2. ===============================
  3. The aim of the project is to create a lightweight 3D engine with a very low
  4. level of complexity — in other words, for dummies. The engine can render using
  5. <canvas>, <svg> and WebGL.
  6. * `Clone on GitGub <https://github.com/mrdoob/three.js>`_
  7. * `Report an Issue <https://github.com/mrdoob/three.js/issues>`_
  8. * IRC: ``#three.js`` on ``irc.freenode.net``
  9. Contents
  10. --------
  11. .. toctree::
  12. :maxdepth: 1
  13. changelog.rst
  14. tutorial.rst
  15. API
  16. ---
  17. .. toctree::
  18. api/THREE.rst
  19. Indices and tables
  20. ==================
  21. * :ref:`genindex`
  22. * :ref:`search`