about summary refs log tree commit diff
path: root/main.go
Commit message (Collapse)AuthorAge
* Drawing stuff, this is a PoC.emile2018-10-08
|
* Using the CalcAllForces function to calculate all the forces in the starsSlice.emile2018-10-08
|
* Exporting the Forces functionemile2018-10-08
|
* Testing the force.ForceActing(...) function using two manually create stars.emile2018-10-08
|
* Deleted csv.go (complete cleanup)emile2018-10-08
|
* read the stars from a file and add them to the stars_arr, then calculate the ↵hanemile2018-09-28
| | | | forces acting inbetween all of them
* defined a slice storing the starshanemile2018-09-28
|
* defined basic structures storing basic informationhanemile2018-09-28