CMakeLists.txt
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
benchmarks/CMakeLists.txt
benchmarks/bench_aerodynamic.cpp
core/include/data-structures/SpatialHash.hpp
core/include/engine/Cloth.hpp
core/include/engine/ClothMesh.hpp
core/include/engine/World.hpp
core/include/io/AlembicExporter.hpp
core/include/io/ConfigLoader.hpp
core/include/io/OBJExporter.hpp
core/include/io/OBJLoader.hpp
core/include/io/SceneExporter.hpp
core/include/io/SceneLoader.hpp
core/include/io/StateSerializer.hpp
core/include/math/Types.hpp
core/include/physics/AerodynamicForce.hpp
core/include/physics/BendingConstraint.hpp
core/include/physics/CapsuleCollider.hpp
core/include/physics/Collider.hpp
core/include/physics/Constraint.hpp
core/include/physics/ConstraintGraph.hpp
core/include/physics/ContactConstraint.hpp
core/include/physics/DistanceConstraint.hpp
core/include/physics/Force.hpp
core/include/physics/GravityForce.hpp
core/include/physics/Particle.hpp
core/include/physics/PinConstraint.hpp
core/include/physics/PlaneCollider.hpp
core/include/physics/Solver.hpp
core/include/physics/SphereCollider.hpp
core/include/physics/VolumeConstraint.hpp
core/include/utils/Logger.hpp
core/src/data-structures/SpatialHash.cpp
core/src/engine/Cloth.cpp
core/src/engine/ClothMesh.cpp
core/src/engine/World.cpp
core/src/io/AlembicExporter.cpp
core/src/io/ConfigLoader.cpp
core/src/io/OBJExporter.cpp
core/src/io/OBJLoader.cpp
core/src/io/SceneExporter.cpp
core/src/io/SceneLoader.cpp
core/src/io/StateSerializer.cpp
core/src/physics/AerodynamicForce.cpp
core/src/physics/BendingConstraint.cpp
core/src/physics/CapsuleCollider.cpp
core/src/physics/Collider.cpp
core/src/physics/Constraint.cpp
core/src/physics/ConstraintGraph.cpp
core/src/physics/ContactConstraint.cpp
core/src/physics/DistanceConstraint.cpp
core/src/physics/Force.cpp
core/src/physics/GravityForce.cpp
core/src/physics/Particle.cpp
core/src/physics/PinConstraint.cpp
core/src/physics/PlaneCollider.cpp
core/src/physics/Solver.cpp
core/src/physics/SphereCollider.cpp
core/src/physics/VolumeConstraint.cpp
core/src/utils/Logger.cpp
python/pytissu.egg-info/PKG-INFO
python/pytissu.egg-info/SOURCES.txt
python/pytissu.egg-info/dependency_links.txt
python/pytissu.egg-info/not-zip-safe
python/pytissu.egg-info/requires.txt
python/pytissu.egg-info/top_level.txt
python/src/bindings.cpp
python/src/bindings_headless.cpp
python/tissu/__init__.py
python/tissu/__main__.py
python/tissu/_backend.py
python/tissu/_cloth_sdk_core.pyi
python/tissu/engine.py
python/tissu/shaders/cloth.frag
python/tissu/shaders/cloth.vert
tests/CMakeLists.txt
tests/data-structures/test_spatial_hash.cpp
tests/integration/test_integration.cpp
tests/io/test_config_loader.cpp
tests/io/test_state_serializer.cpp
tests/physics/test_constraint_graph.cpp
tests/physics/test_distance_constraint.cpp
tests/physics/test_particle.cpp
tests/physics/test_pin_constraint.cpp
tests/physics/test_plane_collider.cpp
tests/physics/test_sphere_collider.cpp
tests/physics/test_volume_constraint.cpp