index
:
Source
this commit
main
Code from the beginning
emile
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
...
*
Added a progress bar :D
emile
2018-10-08
*
Implement the fancy llog log printing system
emile
2018-10-08
*
About 4000 stars generated using the NFW-profile mid 2017
emile
2018-10-08
*
Fancy logging (Bad Function)
emile
2018-10-08
*
More logging
emile
2018-10-08
*
Basic logging
emile
2018-10-08
*
don't upload .csv files
emile
2018-10-08
*
Handle reading data from external CSV files
emile
2018-10-08
*
Use CamelCase and not snake_case
emile
2018-10-08
*
Explain why the Y Axis is inverted
emile
2018-10-08
*
Draw the stars in pure white
emile
2018-10-08
*
Commented what loops do
emile
2018-10-08
*
import math, math magic incoming!
emile
2018-10-08
*
Use the drawStars and saveImage function in Slice!
emile
2018-10-08
*
the drawForce function draws the force from the given star
emile
2018-10-08
*
Invert the Y axis (positive values are now on top of the x axis)
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
*
Not exporting the forces function anymore, because the CalcAllForces function...
emile
2018-10-08
*
Exporting the Forces function
emile
2018-10-08
*
Added a function calculating the forces in between a star and all the stas in...
emile
2018-10-08
*
Testing the force.ForceActing(...) function using two manually create stars.
emile
2018-10-08
*
added function force_acting that is used to calculate the force acting in bet...
emile
2018-10-08
*
Deleted force.go (complete cleanup)
emile
2018-10-08
*
Deleted print.go (complete cleanup)
emile
2018-10-08
*
Deleted plot.go (complete cleanup)
emile
2018-10-08
*
Deleted csv.go (complete cleanup)
emile
2018-10-08
*
Simple package description
emile
2018-10-08
*
Commented Code
emile
2018-10-08
*
Star struct used for storing complete star informations
emile
2018-10-08
*
Coord struct used for storing star coordinates
emile
2018-10-08
*
Force struct used for storing forces
hanemile
2018-10-08
*
nice prints
hanemile
2018-10-04
*
print all the stuff in a more readable way, (column titles, tabs, ...)
hanemile
2018-10-04
*
file description added
hanemile
2018-10-04
*
functions used for reading an writing from allready existing files
hanemile
2018-10-04
*
some spellchecking
hanemile
2018-09-28
*
the new data-folder contains some example stars
hanemile
2018-09-28
*
read the stars from a file and add them to the stars_arr, then calculate the ...
hanemile
2018-09-28
*
imported some missing packets
hanemile
2018-09-28
*
print_arr prints a given slice
hanemile
2018-09-28
*
save_as_csv saves the given stars in the given slice to the given path
hanemile
2018-09-28
*
calc_all_forces calculates all the forces acting in the galaxy using go-threads
hanemile
2018-09-28
*
forces calculates the forces acting in between a given star and all the stars...
hanemile
2018-09-28
*
function calculating the forces acting inbetween 2 stars
hanemile
2018-09-28
*
defined a slice storing the stars
hanemile
2018-09-28
*
defined basic structures storing basic information
hanemile
2018-09-28
*
Initial commit
emile
2018-09-05
[prev]