# ConstraintSolverJs
**2D rigid body constraint solver written in typescript.**

## Instalation
```sh
npm install constraint-solver-js
```

## Getting Started
Here is a simple example to help you get started with `constraint-solver-js`:

TODO

## Autor
Juan Esteban Arboleda Restrepo<br>
Github: [j-arb](https://github.com/j-arb)<br>
Email: [juanesteban.arboledagc@gmail.com](mailto:juanesteban.arboledagc@gmail.com)

## License
```
Copyright (C) Juan Arboleda <juanesteban.arboledagc@gmail.com>

This program is free software: you can redistribute it and/or modify it under the terms of
the GNU General Public License as published by the Free Software Foundation, either version
3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program.
If not, see <https://www.gnu.org/licenses/>.
```
