about summary refs log tree commit diff
Commit message (Expand)AuthorAge
* removed the white dotsemile2018-10-15
* The size of the stars is now proportional to its massemile2018-10-15
* Replaced the llog package by the identical logplus library hosted on darknebu.laemile2018-10-15
* readded the example imageemile2018-10-15
* Set the mass of the stars to a random number in the range [1e4;1e5]emile2018-10-15
* changed the amount of stars generatedemile2018-10-13
* removed the black holesemile2018-10-13
* Added the z value to the structs for being able to define a point in a 3D space.emile2018-10-13
* Added the z value for use in 3D visualizations.emile2018-10-13
* Moved the functions used for 3D drawing to another file (draw3D.go)emile2018-10-13
* Importing the z value of the precalculated star-positions and using it.emile2018-10-13
* Simplify codeemile2018-10-12
* removed CalcAllForcesOld, for calculating using 1 thread, use CalcAllForces f...emile2018-10-12
* minor changesemile2018-10-11
* Great function for stuff that is working greatemile2018-10-11
* Example image used in README.mdemile2018-10-11
* rebuilt main for calculating timestepsemile2018-10-11
* formatting + loggingemile2018-10-11
* 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