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