Realtime CPU Cloth
release feeds:Summary
A modest OpenGL demo demonstrating cloth running on the CPU.
Screenshots
There are no screenshots for this project.
Videos
There are no videos for this project.Team
Admin: Ian MallettWebsite
http://www.geometrian.com/Programs.phpTags
cloth, clothes, geometrian, particle, particles, pygame, pyopengl, realtime, simulation & systemProject of the Month
Realtime CPU Cloth was not yet project of any month.Description
I'm working on a new game, and the characters need clothes! So, I've been looking into ways for simulating cloth. A great method is to consider the cloth as a grid, with each point being linked to neighboring points by mathematical "springs".
The CPU is rather slow at massively parallel tasks like this, and so the resolution of the grid must be fairly small. I'm currently working on improving a GPU cloth implementation that can run much more detailed grids, though it is currently suffering from precision errors. In addition, the cloth can be rendered solid much more easily. When it is complete, it will be included in my new OpenGL Library (sneak peak included here) standard--you'll only need a few calls.
The demo is very straightforward. Run cloth.py. Press ESCAPE to exit, or any other key to restart the simulation. Mouse Left-Click and drag to rotate, scroll wheel zooms. Enjoy.
Release Details for Realtime CPU Cloth 1 (latest)
- Release Date:
- 22 October 2009, 12:35 PM UTC
- Released by:
- Ian Mallett
- Download:
- http://www.geometrian.com/Programs/ClothDemo.zip
Project created by Ian Mallett at 22 October 2009, 12:11 PM UTC
Last edited by Ian Mallett at 22 October 2009, 12:11 PM UTC
Comments
syndicate:No comments posted yet.
you need to sign in to make a comment


