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 (
Expand
)
Author
Age
*
-
hanemile
2018-11-02
*
Replaced the filthy relatives imports through glorious absolute ones
emile
2018-10-19
*
Adjusted the method for defining how big a star should be drawn.
emile
2018-10-19
*
Rephrasing comments
emile
2018-10-17
*
Defined variables bundling useful stuff in one place, implementing a config f...
emile
2018-10-17
*
for detailed information about the changes, see https://git.darknebu.la/Galax...
emile
2018-10-15
*
refactored the Star type to Star2D
emile
2018-10-15
*
Replaced the llog package by the identical logplus library hosted on darknebu.la
emile
2018-10-15
*
changed the amount of stars generated
emile
2018-10-13
*
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
*
defined a slice storing the stars
hanemile
2018-09-28
*
defined basic structures storing basic information
hanemile
2018-09-28