summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-27Update CLI Interface0.2.0xengineering
2021-05-27Lock OS Thread laterxengineering
In earlier versions the goroutine was locked to the OS thread very early. This is not needed for e.g. the help page and created confusing log output.
2021-05-25Add install Target0.1.0xengineering
2021-05-25Write Makefile with Targets all, clean and debugxengineering
2021-05-25Update Documentationxengineering
2021-05-25Implement Home Viewxengineering
2021-05-25Make Geometry Types iterablexengineering
2021-05-25Split Graphics and App Functionalityxengineering
2021-05-21First Rendering of an STL Modelxengineering
2021-05-21Animated Rotationxengineering
2021-05-21First successful homogenous Transformation on GPUxengineering
2021-05-21Refactor OpenGL-related Codexengineering
2021-05-21Refactor GLFW-related Codexengineering
2021-05-20Update Documentationxengineering
2021-05-20Implement STL Parsingxengineering
2021-03-21Initial Commitxengineering