Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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