Skip to content

Commit bdc6e19

Browse files
committed
README: updated
1 parent 6930a12 commit bdc6e19

File tree

2 files changed

+12
-20
lines changed

2 files changed

+12
-20
lines changed

README.md

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# Deformable body dynamics simulator
1+
# DeformableBodies
2+
3+
| **Documentation** |
4+
|:--------------------------------: |
5+
| [![][docs-dev-img]][docs-dev-url] |
6+
7+
8+
`DeformableBodies.jl` is a Julia package dedicated
9+
to the study and solution of a special class of problems from classical mechanics:
10+
_deformable bodies_.
211

312
## Installation
413
You can install this package via the following commands inside the Julia REPL:
@@ -8,22 +17,5 @@ import Pkg
817
Pkg.add("https://github.com/iagoleal/DeformableBodies.jl.git")
918
```
1019

11-
## Usage
12-
13-
The folder `examples/`
14-
contains some examples of how to construct a model.
15-
16-
The result of a simulation is summarized on the following figure,
17-
made with the example file `examples/cubecopter.jl`:
18-
19-
![Cube with spinning helix](figs/cubecopter.gif)
20-
21-
## Mathematics behind the program
22-
_Geometry goes here._
23-
24-
## TODO
25-
- Write better documentation;
26-
- Find trajectory that optimizes energy from a parameterized family.
27-
28-
## Disclaimer
29-
No real cats were harmed during the development of this program.
20+
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
21+
[docs-dev-url]: https://iagoleal.github.io/DeformableBodies.jl/dev/

figs/cubecopter.gif

-778 KB
Binary file not shown.

0 commit comments

Comments
 (0)