• Joined on 2025-03-28
tfaour pushed to main at tfaour/OrbitalSimulator 2025-06-02 12:29:39 -04:00
5dc9ff26b0 Merge pull request 'Remove python simulator from code base' (#3) from remove-python into main
d82fb8b628 Delete orbiter/orbits/__pycache__/simulator.cpython-312.pyc
7c5614456a Delete orbiter/orbits/__pycache__/body.cpython-312.pyc
b52c5d0801 Delete orbiter/orbits/__pycache__/__init__.cpython-312.pyc
11a6549896 Delete orbiter/units.py
Compare 10 commits »
tfaour pushed to remove-python at tfaour/OrbitalSimulator 2025-06-02 12:28:52 -04:00
d82fb8b628 Delete orbiter/orbits/__pycache__/simulator.cpython-312.pyc
tfaour pushed to remove-python at tfaour/OrbitalSimulator 2025-06-02 12:28:49 -04:00
7c5614456a Delete orbiter/orbits/__pycache__/body.cpython-312.pyc
tfaour pushed to remove-python at tfaour/OrbitalSimulator 2025-06-02 12:28:45 -04:00
b52c5d0801 Delete orbiter/orbits/__pycache__/__init__.cpython-312.pyc
tfaour pushed to remove-python at tfaour/OrbitalSimulator 2025-06-02 12:28:40 -04:00
11a6549896 Delete orbiter/units.py
tfaour pushed to remove-python at tfaour/OrbitalSimulator 2025-06-02 12:28:37 -04:00
7fb4415371 Delete orbiter/__init__.py
tfaour pushed to remove-python at tfaour/OrbitalSimulator 2025-06-02 12:28:30 -04:00
1c9fb9b693 Delete orbiter/orbits/simulator.py
tfaour pushed to remove-python at tfaour/OrbitalSimulator 2025-06-02 12:26:17 -04:00
9ba4da4db3 Delete orbiter/orbits/calc.py
tfaour pushed to remove-python at tfaour/OrbitalSimulator 2025-06-02 12:26:12 -04:00
abf652adab Delete orbiter/orbits/body.py
tfaour pushed to remove-python at tfaour/OrbitalSimulator 2025-06-02 12:26:04 -04:00
ddd5947123 Delete orbiter/orbits/__init__.py
tfaour created pull request tfaour/OrbitalSimulator#3 2025-06-02 12:24:48 -04:00
Remove python simulator from code base
tfaour created branch remove-python in tfaour/OrbitalSimulator 2025-06-02 12:24:09 -04:00
tfaour pushed to remove-python at tfaour/OrbitalSimulator 2025-06-02 12:24:09 -04:00
tfaour opened issue tfaour/OrbitalSimulator#2 2025-06-02 12:23:03 -04:00
Old python simulator code should be removed
tfaour pushed to tfaour-patch-1 at tfaour/OrbitalSimulator 2025-06-02 11:03:44 -04:00
a124891b02 Update header for new addAcceleration function in body
tfaour created pull request tfaour/OrbitalSimulator#1 2025-06-02 11:02:33 -04:00
SImplify acceleration addition.
tfaour created branch tfaour-patch-1 in tfaour/OrbitalSimulator 2025-06-02 11:02:13 -04:00
tfaour pushed to tfaour-patch-1 at tfaour/OrbitalSimulator 2025-06-02 11:02:13 -04:00
a20e88da57 SImplify acceleration addition.
tfaour pushed to main at tfaour/OrbitalSimulator 2025-06-02 08:27:49 -04:00
f52ecf4889 Added config file for planets
tfaour pushed to main at tfaour/OrbitalSimulator 2025-06-01 19:38:50 -04:00
4b21fb75e8 Trying a C++ rewrite