项目作者: bailus

项目描述 :
OpenGL demo - A simple cloth simulation using verlet integration.
高级语言: C++
项目地址: git://github.com/bailus/Cloth.git
创建时间: 2016-03-13T22:19:19Z
项目社区:https://github.com/bailus/Cloth

开源协议:MIT License

下载


Simple Cloth Simulation

kvDO5LH.png

Compiling

Type ‘make’. This will compile the program.
Requires OpenGL support and the GLEW and GLUT libraries (libglew-dev and freeglut3-dev packages in Debian).

Running

To run the program, type ‘./main’

Keyboard commands:

Key Action
W/S Move the ball forwards/backwards.
A/D Move the ball left/right.
R/F Move the ball up/down.