Skip to content

Commit

Permalink
Reorganization (no update)
Browse files Browse the repository at this point in the history
Seperated: stable & experimental
  • Loading branch information
zlumi committed Oct 28, 2021
1 parent 2deaaa9 commit 45208d1
Show file tree
Hide file tree
Showing 19 changed files with 37,418 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
cosmos.time_accuracy = 60*60 # <time-unit>/calculation
cosmos.max_time = cosmos.time_accuracy*(24*30) # max time to calculate for this config

b1 = celestrial_body(250*(10**3), [110,10,10], [255,0,0], 0, radius=10, innitial_velocity=[0.001,0,0])
b1 = celestrial_body(250*(10**3), [110,10,10], [255,0,0], 0, radius=10)
b2 = celestrial_body(300*(10**3), [10,110,10], [0,255,0], 1, radius=20)
b3 = celestrial_body(500*(10**3), [10,10,110], [0,0,255], 2, radius=30)

# # # # # # # # # # # # # # # # #

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from math import *
import datetime

from pyglet.gl.gl import GL_LINES
from utility.extramaths import *
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 45208d1

Please sign in to comment.