Skip to content

leibniz2/cmsc162FinalProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMSC 162: 3D Graphics

Project Name: Cloth Simulator using particle-system

PREVIEW

Description:

  Cloth simulator using particle based system. This simulator allows manipulation on the cloth type ( soft/rigid ), gravity (up/down), and wind speed. Some custom object properties are also available. This simulation is inspired by Jesper Mosegaard's approach however tweaked to further simulate it and also to add enhancement on performance and UI.

Dependencies:

* opengl
* glut - for windowing
* glui - for ui toolkit
* soil - (optional) for image texturing support

Environment:

Tested on 
    1. Windows 10 (Creators Update) x64. :white_check_mark:
    2. MacOS
    3. Ubuntu 

Documentation:

https://goo.gl/sQwpsl
Feel free to submit issues / pull request. A star is highly appreciated.