index.rst 683 B

1234567891011121314151617181920212223242526272829303132333435
  1. three.js - JavaScript 3D library
  2. ===============================
  3. The aim of the project is to create a lightweight 3D library with a very low
  4. level of complexity — in other words, for dummies. The library provides
  5. <canvas>, <svg> and WebGL renderers.
  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. tutorials/index.rst
  15. API
  16. ---
  17. .. toctree::
  18. api/cameras/index.rst
  19. api/core/index.rst
  20. api/lights/index.rst
  21. Indices and tables
  22. ==================
  23. * :ref:`genindex`
  24. * :ref:`search`