index.rst 776 Bytes
Newer Older
Stanislav Pidhorskyi's avatar
Stanislav Pidhorskyi committed
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

: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

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

        In this tutorial, we will see how to setup a minimal example of geomtry optimization.

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