Cloth Simulation & Smoke Simulation
by Elad Shulman



I guess you one of the people who searchs google with simulation or cloth-simulation source code.Well, you are in the right place.
I've add new smoke simulation c# source, based on jos stam solver, it looks nice but still can be improve by many ways, i know this site is called "clothsim", but i thinks it fits well in here.

i'm releasing now another new version of the c++ with openGL version (I've fixed that bug with floor collision), buy basicly the vc++ version in discontinued.
But the real news is C#-with DirectX9 version! the code is much more clean and understandable, using object oriented programming. Feel free to use my code in your projects, but please share it with me.
"Need To Add" list :
* self collision
* collision with other shapes
* throwing shapes on the cloth.
* Smoke Simulation in 3D !.
* Interaction between Cloth and Smoke !.

Download Page

few ScreenShots:

    

I have included executables with the source code files.
Basically you can move around the 3d area by: arrow keys or 'W','A','S','D', ,page-up and page-down,'R' to reset cloth(in the c++ version).There is mouse control, and settings menu in the c# version.
look at the keys-section in the code to find if more keys can be used.
If you have any question feel free to EMAIL ME.
mirror site 1

mirror site 2 


1