A cloth physics library in C
 
 
Go to file
cosmonaut 58a356e1f7 remove unused functions 2022-08-16 23:58:39 -07:00
src remove unused functions 2022-08-16 23:58:39 -07:00
visualc cmake config + optional SDL2 dependency 2022-06-24 13:06:57 -07:00
.gitignore update gitignore 2022-08-16 23:58:33 -07:00
CMakeLists.txt cmake config + optional SDL2 dependency 2022-06-24 13:06:57 -07:00
LICENSE initial commit 2022-06-23 17:30:14 -07:00
README.md cmake config + optional SDL2 dependency 2022-06-24 13:06:57 -07:00

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.