All Projects → mortennobel → OpenGL_ClothSimulation

mortennobel / OpenGL_ClothSimulation

Licence: other
OpenGL cloth simulation based on Jesper Mosegaards tutorial

Programming Languages

C++
36643 projects - #6 most used programming language
objective c
16641 projects - #2 most used programming language
c
50402 projects - #5 most used programming language

Labels

OpenGL Cloth simulation

Description

Based on "Mosegaards Cloth Simulation Coding Tutorial" ( http://cg.alexandra.dk/2009/06/02/mosegaards-cloth-simulation-coding-tutorial/ )

The real purpose of this code is to discover and describe how the same code can be implemented using different versions of OpenGL.

Installation

I assume that you have FreeGlut, GLEW and GLM installed in the most recent version.

http://freeglut.sourceforge.net/ (MSVC version: http://www.transmissionzero.co.uk/software/freeglut-devel/ )

http://glew.sourceforge.net/

http://glm.g-truc.net/

Also the code requires that your graphics cards drivers supports OpenGL 4.3.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].