Skip to content

space simulation with a rocket and a planet, made with box2d

Notifications You must be signed in to change notification settings

leozulfiu/planet-gravity-box2d

Repository files navigation

planet gravity with box2d

Inspired by Kerbal Space Program I created a small simulation where I test realistic planet gravity. A planet has its own gravitational field which attracts the small rocket. The application is written with Processing and Box2D for Processing

GIF

Installation

You need gradle to run the application.

Usage

  1. git clone https://github.com/leozulfiu/planet-gravity-box2d.git
  2. cd planet-gravity-box2d
  3. gradle run

For creating a jar file just type gradle build. You will find the jar in the build/libs/ folder.

License

MIT

About

space simulation with a rocket and a planet, made with box2d

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages