JSPM

constraint-solver-js

0.1.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q39812F
  • License GPL-3.0-or-later

2D rigid body constraint solver written in typescript.

Package Exports

  • constraint-solver-js
  • constraint-solver-js/build/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (constraint-solver-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

��# 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/>.