/sgi-introduction-course

A course for getting started with geometry processing using MATLAB and gptoolbox

Primary LanguageMATLABOtherNOASSERTION

Introduction to Geometry Processing - Summer Geometry Institute 2023

Welcome to the repository for the Introduction to Geometry Processing at the Summer Geometry Institute 2023. This repository features excercises to acquaint you with MATLAB, the gptoolbox library, and basic geometry processing concepts. Complete the exercises in order from 001 to 999!

The courses are as follows:

We thank Peter Rock and Leticia Mattos Da Silva for their help in designing the course.

Download Course Material

In order to complete this course, please download the git repository and save it on your computer. You can do this by going to the base of the repository, and either:

  • Install the repository as a zip file. To do this, click on the green button on the page labeled Code, and then click Download ZIP. Unpack the ZIP file somewhere on your computer, and navigate to that directory in MATLAB.
  • If you are familiar with git, open your system's console, and run the following command in the directory you want this tutorial to be downloaded to:
git clone https://github.com/odedstein/sgi-introduction-course.git

Now, navigate to this directory in MATLAB.

You are now ready to do your first exercise!