Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/8dcc/orbit
- Owner: 8dcc
- License: gpl-3.0
- Created: 2024-05-05T12:21:46.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T14:52:01.000Z (5 months ago)
- Last Synced: 2024-06-09T22:48:36.343Z (5 months ago)
- Language: C
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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