https://github.com/zaijo/grav
Gravitational and bouncing from obstacles engine
https://github.com/zaijo/grav
collision-detection friction gravitation physics-engine simulator solarsystem
Last synced: about 2 months ago
JSON representation
Gravitational and bouncing from obstacles engine
- Host: GitHub
- URL: https://github.com/zaijo/grav
- Owner: Zaijo
- License: gpl-3.0
- Created: 2017-01-17T10:19:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-17T10:41:09.000Z (over 8 years ago)
- Last Synced: 2025-02-04T17:25:33.985Z (4 months ago)
- Topics: collision-detection, friction, gravitation, physics-engine, simulator, solarsystem
- Language: Java
- Size: 281 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grav
Grav is a physics engine that allows you to:
- setup different sources of gravity
- let objects move within gravitational fields (even sources of gravity can move)
- setup obstacles (and see stuff bouncing off walls)## Solar system
You can play with slovak version of solar system simulation in [grav.jar](https://github.com/Zaijo/grav/raw/master/grav.jar) by simply running `java -jar grav.jar`

## Contribution
Feel free to contribute and report issues.