Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iagoleal/deformablebodies.jl
Julia package dedicated to modeling and solving the change of reference frame problem for self-deforming bodies.
https://github.com/iagoleal/deformablebodies.jl
classical-mechanics deformable-bodies-dynamics julia physics simulator
Last synced: 14 days ago
JSON representation
Julia package dedicated to modeling and solving the change of reference frame problem for self-deforming bodies.
- Host: GitHub
- URL: https://github.com/iagoleal/deformablebodies.jl
- Owner: iagoleal
- License: mpl-2.0
- Created: 2017-05-24T22:48:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-15T01:11:22.000Z (almost 3 years ago)
- Last Synced: 2025-01-10T16:59:43.892Z (16 days ago)
- Topics: classical-mechanics, deformable-bodies-dynamics, julia, physics, simulator
- Language: Julia
- Homepage: https://iagoleal.com/DeformableBodies.jl/stable/
- Size: 7.68 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DeformableBodies.jl
| **Documentation** | **Build Status** |
|:-----------------:|:----------------:|
| [![Stable Docs][docs-stable-img]][docs-stable-url] [![Latest Docs][docs-dev-img]][docs-dev-url] | [![Build Status][build-img]][build-url] [![Code Coverage][codecov-img]][codecov-url] |`DeformableBodies.jl` is a Julia package offering tools for
modeling and solving a special class of problems from classical mechanics
called _deformable bodies_.![Example of model in two reference frames](docs/src/assets/falling-cat.gif)
## Installation
This package is available on the Julia registry.
You can install it by entering `]` on the Julia REPL
and then running
```julia
pkg> add DeformableBodies
```## Usage
To learn how to use this package,
check the tutorials and guides at the [documentation][docs-stable-url].There are also some complete working examples on the `examples/` folder.
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://iagoleal.github.io/DeformableBodies.jl/stable/[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://iagoleal.github.io/DeformableBodies.jl/dev/[build-img]: https://github.com/iagoleal/DeformableBodies.jl/actions/workflows/ci.yml/badge.svg?branch=master
[build-url]: https://github.com/iagoleal/DeformableBodies.jl/actions/workflows/ci.yml[codecov-img]: https://codecov.io/github/iagoleal/DeformableBodies.jl/coverage.svg?branch=master
[codecov-url]: https://codecov.io/github/iagoleal/DeformableBodies.jl?branch=master