SGI2021 project: Design optimization via shape morphing

This repo contains shared efforts in developing the Design optimization via shape morphing project for the Summer Geometry Institute (SGI) 2021.

The skinning matlab scripts here are copied from the sgi-introduction-course. Please follow tutorial 001 and 002 there to set up the matlab package stack we need!

Using git for version control

I strongly recommend you to use a graphical interface of git, e.g. gitkraken! When you get more experienced, you can switch back to the good old command line if you'd like to.

  • Step 1: Clone this remote repo into your local machine! See tutorial here.

  • Step 2: Write your code, and whenever you feel like, make a commit. See what's a git commit here and how to commit.

  • Step 3: Make a branch of your own! Learn about the benefit of branching and how to create a branch here.

  • Step 4: Push your changes to the remote repo (by clicking the push button at the top)!