This website works better with JavaScript.
Explore
Help
Sign In
Unbewohnte
/
cloth_simulation
Watch
1
Star
0
Fork
You've already forked cloth_simulation
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
7
Commits
1
Branch
0
Tags
6.1 MiB
Tree:
8f80b7fe6b
cloth_simulation
/
Makefile
5 lines
89 B
Raw
Normal View
History
Unescape
Escape
base
3 years ago
all
:
Licensed; included local SDL lib archive to compile "statically"
3 years ago
g++ -O2 -Wall -Werror src/*.cpp lib/libSDL2.a -o cloth_sim
base
3 years ago
clean
:
rm -f cloth_sim