A rough fabric simulator based on C++ EasyX graphic library.I'm guilty about my poor coding capability.
Relevant Library:EasyX
Keyborad & Mouse Operation: There is a note in program, which will be printed when initialization was done. Don't forget it.
Flaws(actually,is not tiny):
- I use the terrible algorithm and potimization. It means that you must turn down the stimulate step. However, the smaller step is, more laggy it works.
- To remedy the performance cost cause from upper reasons, the judgement of connect string use simplest rectangle division.