An open API service indexing awesome lists of open source software.

https://github.com/wangsimiao2000/animation_and_simulation

University of Leeds Animation Simulation Course Assignments
https://github.com/wangsimiao2000/animation_and_simulation

animation animation-blending collision-response simulation

Last synced: about 1 year ago
JSON representation

University of Leeds Animation Simulation Course Assignments

Awesome Lists containing this project

README

          

# Animation and Simulation 动画模拟

## A1. Flight Simulation & Particle Systems 飞行模拟&粒子系统

### compile and run 编译运行

If you need to recompile
1. Enter the command `qmake -project QT+=opengl LIBS+=-lGLU`.
2. Enter the command `qmake`.
3. Enter the command `make`.
4. Enter the command `./A1_handout` to execute the program.
If you want to execute the program directly
1. Enter the command `./A1_handout`.

如果需要重新编译
1. 输入命令 `qmake -project QT+=opengl LIBS+=-lGLU`。
2. 输入命令 `qmake`。
3. 输入命令 `make`。
4. 输入命令 `./A1_handout` 以执行程序。
如果你想直接执行程序
1. 输入命令 `./A1_handout`。

## A2. Blending Animation Cycles 混合动画循环

### compile and run 编译运行

If you need to recompile
1. Enter the command `qmake -project QT+=opengl LIBS+=-lGLU`.
2. Enter the command `qmake`.
3. Enter the command `make`.
4. Enter the command `./A2_handout` to execute the program.
If you want to execute the program directly
1. Enter the command `./A2_handout`.

如果需要重新编译
1. 输入命令 `qmake -project QT+=opengl LIBS+=-lGLU`。
2. 输入命令 `qmake`。
3. 输入命令 `make`。
4. 输入命令 `./A2_handout` 以执行程序。
如果你想直接执行程序
1. 输入命令 `./A2_handout`。

## A3. Collision Response 碰撞响应

### compile and run 编译运行

If you need to recompile
1. Enter the command `make clean`.
2. Enter the command `make`.
3. Enter the command `./A3_handout` to execute the program.
If you want to execute the program directly
1. Enter the command `./A3_handout`.

如果需要重新编译
1. 输入命令 `make clean`。
2. 输入命令 `make`。
3. 输入命令 `./A3_handout` 以执行程序。
如果你想直接执行程序
1. 输入命令 `./A3_handout`。