File size: 1,134 Bytes
b4c8bc3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
.. core documentation master file, created by
   sphinx-quickstart on Sun Oct 16 14:33:48 2016.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Pyrender Documentation
========================
Pyrender is a pure Python (2.7, 3.4, 3.5, 3.6) library for physically-based
rendering and visualization.
It is designed to meet the glTF 2.0 specification_ from Khronos

.. _specification: https://www.khronos.org/gltf/

Pyrender is lightweight, easy to install, and simple to use.
It comes packaged with both an intuitive scene viewer and a headache-free
offscreen renderer with support for GPU-accelerated rendering on headless
servers, which makes it perfect for machine learning applications.
Check out the :ref:`guide` for a full tutorial, or fork me on
Github_.

.. _Github: https://github.com/mmatl/pyrender

.. image:: _static/rotation.gif

.. image:: _static/damaged_helmet.png

.. toctree::
   :maxdepth: 2

   install/index.rst
   examples/index.rst
   api/index.rst


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`