Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/8dcc/orbit

Simulate attractions and collisions
https://github.com/8dcc/orbit

Last synced: 4 days ago
JSON representation

Simulate attractions and collisions

Awesome Lists containing this project

README

        

#+title: Orbit
#+options: toc:nil
#+startup: showeverything
#+author: 8dcc

*Simulate orbits.*

#+TOC: headlines 2

* Description

Simulate attraction using 2D circles.

The "bouncing" when two objects collide is not realistic, because I suck at math
and I couldn't understand what I searched. If you want, feel free to make a PR.

* Building

#+begin_src console
$ git clone https://github.com/8dcc/orbit
$ cd orbit
$ make
...

$ ./orbit
#+end_src