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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7
Commits
1
Branch
0
Tags
6.1 MiB
Branch:
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
cloth_simulation
/
Makefile
5 lines
89 B
Raw
Permalink
Normal View
History
Unescape
Escape
base
3 years ago
all
:
Licensed; included local SDL lib archive to compile "statically"
2 years ago
g++ -O2 -Wall -Werror src/*.cpp lib/libSDL2.a -o cloth_sim
base
3 years ago
clean
:
rm -f cloth_sim