Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cloth sim #17

Closed
wants to merge 6 commits into from
Closed

cloth sim #17

wants to merge 6 commits into from

Conversation

rbaltrusch
Copy link
Owner

No description provided.

rbaltrusch and others added 6 commits June 10, 2023 13:37
* Add initial cloth simulation implementation

* Fix force calculations

This fixes the force of gravity calculation by shifting the mass to the nodes instead of the connections, which allows nodes without connections to experience gravity.

This also fixes the elastic force by dividing it between both nodes of the elastic connection.

* Add final version of the cloth simulation

This adds the horizontal forces, wind, possibility to affix selected nodes, and improves the design and documentation of the project.

* Add cloth simulation docs

* Add snip, new render mode and fix horz elasticity
Update deprecated workflow action actions/checkout@v2 to v3
Update dependabot config to add weekly Github Actions updates.
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v2...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@rbaltrusch rbaltrusch closed this Oct 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant