| Commit message (Expand) | Author | Age |
* | changed the amount of stars generated | emile | 2018-10-13 |
* | removed the black holes | emile | 2018-10-13 |
* | Added the z value to the structs for being able to define a point in a 3D space. | emile | 2018-10-13 |
* | Added the z value for use in 3D visualizations. | emile | 2018-10-13 |
* | Moved the functions used for 3D drawing to another file (draw3D.go) | emile | 2018-10-13 |
* | Importing the z value of the precalculated star-positions and using it. | emile | 2018-10-13 |
* | Simplify code | emile | 2018-10-12 |
* | removed CalcAllForcesOld, for calculating using 1 thread, use CalcAllForces f... | emile | 2018-10-12 |
* | minor changes | emile | 2018-10-11 |
* | Great function for stuff that is working great | emile | 2018-10-11 |
* | Example image used in README.md | emile | 2018-10-11 |
* | rebuilt main for calculating timesteps | emile | 2018-10-11 |
* | 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 utili... | emile | 2018-10-10 |
* | 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 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 |