Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onsetsu/bloob
An experimental HTML5 Game Engine featuring soft body physics.
https://github.com/onsetsu/bloob
Last synced: 27 days ago
JSON representation
An experimental HTML5 Game Engine featuring soft body physics.
- Host: GitHub
- URL: https://github.com/onsetsu/bloob
- Owner: onsetsu
- License: mit
- Created: 2013-01-27T09:40:18.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-02-14T16:34:33.000Z (over 4 years ago)
- Last Synced: 2023-04-07T22:52:38.628Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://onsetsu.github.io/bloob/bloob.html
- Size: 4.48 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_HEADER.txt
Awesome Lists containing this project
README
bloob
=====Bloob is a soft-body physics engine written in JavaScript.
[Try it live!](https://onsetsu.github.io/bloob/bloob.html)
![Spawning new Particles in Floom](images/bloob-impact-bounce.gif)
## Features
Bloob features multiple body types, including pressure- and spring-based bodies.
We further support many types of joint and forces.
Objects can be created and manipulated at runtime.![Spawning new Particles in Floom](images/bloob-tools.png)
## Debugging Tools
We include visual debugging tools that can be adapted to the current debugging task.
![Spawning new Particles in Floom](images/bloob-debug-rendering.gif)