index
:
Source
this commit
main
Code from the beginning
emile
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.go
Commit message (
Collapse
)
Author
Age
*
removed the black holes
emile
2018-10-13
|
*
minor changes
emile
2018-10-11
|
*
rebuilt main for calculating timesteps
emile
2018-10-11
|
*
removed some debug code
emile
2018-10-10
|
*
Cleand up main
emile
2018-10-10
|
*
Define new default stars
emile
2018-10-10
|
*
Trying out channels
emile
2018-10-09
|
*
Trying out channels
emile
2018-10-08
|
*
formatting
emile
2018-10-08
|
*
Implement the fancy llog log printing system
emile
2018-10-08
|
*
Basic logging
emile
2018-10-08
|
*
Handle reading data from external CSV files
emile
2018-10-08
|
*
Drawing stuff, this is a PoC.
emile
2018-10-08
|
*
Using the CalcAllForces function to calculate all the forces in the starsSlice.
emile
2018-10-08
|
*
Exporting the Forces function
emile
2018-10-08
|
*
Testing the force.ForceActing(...) function using two manually create stars.
emile
2018-10-08
|
*
Deleted csv.go (complete cleanup)
emile
2018-10-08
|
*
read the stars from a file and add them to the stars_arr, then calculate the ↵
hanemile
2018-09-28
|
|
|
|
forces acting inbetween all of them
*
defined a slice storing the stars
hanemile
2018-09-28
|
*
defined basic structures storing basic information
hanemile
2018-09-28