https://github.com/8dcc/orbit
Simulate attractions and collisions
https://github.com/8dcc/orbit
Last synced: 11 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T14:52:01.000Z (about 2 years ago)
- Last Synced: 2025-08-12T17:50:42.740Z (11 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