about summary refs log tree commit diff
Commit message (Expand)AuthorAge
* Update 'README.md'emile2018-10-10
* Update 'README.md'emile2018-10-10
* Update 'README.md'emile2018-10-10
* Uploaded example imageemile2018-10-10
* Build instructionsemile2018-10-10
* removed some debug codeemile2018-10-10
* added .csv for testing purposesemile2018-10-10
* Cleand up mainemile2018-10-10
* CalcAllFores calculates the forces inbeween all the stars in the galaxy utili...emile2018-10-10
* converted snake_case variables to camelCaseemile2018-10-10
* added forcesThread function working as a go worker in gothreadsemile2018-10-10
* Define new default starsemile2018-10-10
* Reduced the mass of the default starsemile2018-10-10
* Trying out channelsemile2018-10-09
* Trying out channelsemile2018-10-08
* formattingemile2018-10-08
* Added a progress bar :Demile2018-10-08
* Implement the fancy llog log printing systememile2018-10-08
* About 4000 stars generated using the NFW-profile mid 2017emile2018-10-08
* Fancy logging (Bad Function)emile2018-10-08
* More loggingemile2018-10-08
* Basic loggingemile2018-10-08
* don't upload .csv filesemile2018-10-08
* Handle reading data from external CSV filesemile2018-10-08
* Use CamelCase and not snake_caseemile2018-10-08
* Explain why the Y Axis is invertedemile2018-10-08
* Draw the stars in pure whiteemile2018-10-08
* Commented what loops doemile2018-10-08
* import math, math magic incoming!emile2018-10-08
* Use the drawStars and saveImage function in Slice!emile2018-10-08
* the drawForce function draws the force from the given staremile2018-10-08
* Invert the Y axis (positive values are now on top of the x axis)emile2018-10-08
* Drawing stuff, this is a PoC.emile2018-10-08
* Using the CalcAllForces function to calculate all the forces in the starsSlice.emile2018-10-08
* Not exporting the forces function anymore, because the CalcAllForces function...emile2018-10-08
* Exporting the Forces functionemile2018-10-08
* Added a function calculating the forces in between a star and all the stas in...emile2018-10-08
* Testing the force.ForceActing(...) function using two manually create stars.emile2018-10-08
* added function force_acting that is used to calculate the force acting in bet...emile2018-10-08
* Deleted force.go (complete cleanup)emile2018-10-08
* Deleted print.go (complete cleanup)emile2018-10-08
* Deleted plot.go (complete cleanup)emile2018-10-08
* Deleted csv.go (complete cleanup)emile2018-10-08
* Simple package descriptionemile2018-10-08
* Commented Codeemile2018-10-08
* Star struct used for storing complete star informationsemile2018-10-08
* Coord struct used for storing star coordinatesemile2018-10-08
* Force struct used for storing forceshanemile2018-10-08
* nice printshanemile2018-10-04
* print all the stuff in a more readable way, (column titles, tabs, ...)hanemile2018-10-04