index.rst 1.77 KB
Newer Older
Stanislav Pidhorskyi's avatar
Stanislav Pidhorskyi committed
1
2
3
4
5
6
7
8
9
10
11
12
13

:github_url: https://github.com/facebookresearch/DRTK

Tutorials
===================================

.. toctree::
   :maxdepth: 4
   :caption: Getting Started
   :hidden:

   DRTK_Tutorial_1_hello_triangle
   DRTK_Tutorial_2_optimizing_geometry
14
   DRTK_Tutorial_3_geometry_intersection
Stanislav Pidhorskyi's avatar
Stanislav Pidhorskyi committed
15

16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.. toctree::
   :maxdepth: 4
   :caption: Mesh Rendering
   :hidden:

   DRTK_Tutorial_rendering_meshes


.. toctree::
   :maxdepth: 4
   :caption: Computing Gradients and Fitting
   :hidden:

   DRTK_Tutorial_hand_fitting

Stanislav Pidhorskyi's avatar
Stanislav Pidhorskyi committed
31
32
33
34
35
36
37
38
39
40
41
.. grid::

    .. grid-item-card:: :doc:`DRTK_Tutorial_1_hello_triangle`

        In this tutorial, we will create a simple "hello triangle," which is a "hello world" of graphics programming, using DRTK.

        .. image:: ../_static/tutorial_1_hello_triangle.png
          :width: 400

    .. grid-item-card:: :doc:`DRTK_Tutorial_2_optimizing_geometry`

42
        In this tutorial, we will see how to setup a minimal example of geometry optimization.
Stanislav Pidhorskyi's avatar
Stanislav Pidhorskyi committed
43
44
45

        .. image:: ../_static/tutorial_2_animation.gif
          :width: 400
46
47
48
49
50
51
52

    .. grid-item-card:: :doc:`DRTK_Tutorial_3_geometry_intersection`

        In this tutorial, we demonstrate geometry effectively optimization when intersections are present.

        .. image:: ../_static/tutorial_3_animation.gif
          :width: 400
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70

.. grid::

    .. grid-item-card:: :doc:`DRTK_Tutorial_rendering_meshes`

        In this tutorial, we demonstrate how to rendering simple meshes with DRTK.

        .. image:: ../_static/tutorial_rendering_meshes.png
          :width: 400

.. grid::

    .. grid-item-card:: :doc:`DRTK_Tutorial_hand_fitting`

        In this tutorial, we demonstrate fitting of a simple hand model with simple lambertian material to a single photo.

        .. image:: ../_static/tutorial_hand_fitting.gif
          :width: 400