index.rst 1.05 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

.. 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`

27
        In this tutorial, we will see how to setup a minimal example of geometry optimization.
Stanislav Pidhorskyi's avatar
Stanislav Pidhorskyi committed
28
29
30

        .. image:: ../_static/tutorial_2_animation.gif
          :width: 400
31
32
33
34
35
36
37

    .. 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