Welcome to the repository for the Introduction to Geometry Processing at the Summer Geometry Institute 2023. This repository features excercises to acquaint you with Python, Gpytoolbox, Polyscope, and basic geometry processing concepts. Complete the exercises in order from 001 to 999!
The courses are as follows:
- 1st day: 0xx, by Oded Stein
- 2nd day: 1xx, by Dale Decatur and Richard Liu
- 3rd day: 2xx, by Silvia Sellán
- 4th day: 3xx, by Jiayi Eris Zhang and Derek Liu
- 5th day: 4xx, by Nick Sharp
We thank Olga Guțan, Peter Rock and Leticia Mattos Da Silva for their help in designing the course.
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 clickDownload ZIP
. Unpack the ZIP file somewhere on your computer, and navigate to that directory in your terminal. - 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 your terminal.
You are now ready to do your first exercise!