A cloth physics library in C
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.
 
 
cosmonaut 58a356e1f7 remove unused functions 7 months ago
src remove unused functions 7 months ago
visualc cmake config + optional SDL2 dependency 9 months ago
.gitignore update gitignore 7 months ago
CMakeLists.txt cmake config + optional SDL2 dependency 9 months ago
LICENSE initial commit 9 months ago
README.md cmake config + optional SDL2 dependency 9 months ago

README.md

Silkworm2

Silkworm2 is a cloth physics simulation system that was designed for the game Samurai Gunn 2.

What if we weren't constrained by the absolute garbage FFI system of Game Maker Studio 2? This library answers that question.

Dependencies

Silkworm2 optionally depends on SDL2, but you can use the standard library if you so choose by disabling USE_SDL2.

License

This library is licensed under the zlib license. See LICENSE file for details.