index
:
Source
this commit
main
Code from the beginning
emile
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
*
formatting + logging
emile
2018-10-11
|
*
Update 'README.md'
emile
2018-10-10
|
*
Update 'README.md'
emile
2018-10-10
|
*
Update 'README.md'
emile
2018-10-10
|
*
Uploaded example image
emile
2018-10-10
|
*
Build instructions
emile
2018-10-10
|
*
removed some debug code
emile
2018-10-10
|
*
added .csv for testing purposes
emile
2018-10-10
|
*
Cleand up main
emile
2018-10-10
|
*
CalcAllFores calculates the forces inbeween all the stars in the galaxy ↵
emile
2018-10-10
|
|
|
|
utilizing go-threading, error-handing, syncing, progress-bar
*
converted snake_case variables to camelCase
emile
2018-10-10
|
*
added forcesThread function working as a go worker in gothreads
emile
2018-10-10
|
*
Define new default stars
emile
2018-10-10
|
*
Reduced the mass of the 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
|
*
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 ↵
emile
2018-10-08
|
|
|
|
|
|
function is accessing it. The CalcAllFucntion calculates all the forces acting in between the stars in the given Slice and returns the slice with the forces stored in the star structs.
*
Exporting the Forces function
emile
2018-10-08
|
*
Added a function calculating the forces in between a star and all the stas ↵
emile
2018-10-08
|
|
|
|
in the given slice.
*
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 ↵
emile
2018-10-08
|
|
|
|
between two given stars.
*
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
|
[next]