项目作者: breitmuuufrosch

项目描述 :
252-0546-00L - Physically-Based Simulation in Computer Graphics
高级语言: C++
项目地址: git://github.com/breitmuuufrosch/eth-pbs.git
创建时间: 2017-12-21T16:16:00Z
项目社区:https://github.com/breitmuuufrosch/eth-pbs

开源协议:

下载


PhySim Class repro

This repro contains all the code and the reports for the class.

Workflow with git

We have a main branch were all the submitted exercise are in. For every new Exercise there
is a new branch called ex1 for exercise one. Everyone creates his own subbranch and from ex1
for example ex1/ax. All work is done on your local branch. If you think you impl a feature
or solved a task. Create a pull request (ex1/ax => ex1) in gitlab. The other group members
will review the changes and make comments, reject or approve the the request. If it gets
approved merge the Pr into the ex1 branch. If the exercise is submit merge the ex1 branch into
the master branch.