Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lcluber/bump.js
2D physics engine
https://github.com/lcluber/bump.js
javascript physics physics-2d physics-engine typescript
Last synced: 2 months ago
JSON representation
2D physics engine
- Host: GitHub
- URL: https://github.com/lcluber/bump.js
- Owner: LCluber
- License: mit
- Created: 2016-12-21T19:16:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T05:33:42.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T12:27:00.829Z (9 months ago)
- Topics: javascript, physics, physics-2d, physics-engine, typescript
- Language: JavaScript
- Homepage: http://bumpjs.lcluber.com/
- Size: 4.99 MB
- Stars: 11
- Watchers: 5
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## Synopsis
[Bump.js](http://bumpjs.lcluber.com) is a 2D physics engine written in TypeScript.
## Motivation
The main purpose of this library is to provide a simple way to handle physics.
## Installation
```bash
$ npm install @lcluber/bumpjs
```
Or download it **[here](http://bumpjs.lcluber.com/#download)**.## Demo
See a basic example **[here](http://bumpjs.lcluber.com/#example)**.
## Usage
Learn how to use it **[here](http://bumpjs.lcluber.com/#source)**.
## API Reference
Read the documentation **[here](http://bumpjs.lcluber.com/doc/)**.
## Tests
No tests to run yet
## Contributors
There is still a lot of work to do on this project and I would be glad to get all the help you can provide.
To contribute you can clone the project on **[GitHub](https://github.com/LCluber/Bump.js)** and see **NOTICE.md** for detailed installation walkthrough of the project.## License
MIT License
Copyright (c) 2011 Ludovic CLUBER
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.