aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add license fileHEADmasterJoursoir2021-04-151-0/+674
|
* add readme fileJoursoir2021-04-151-0/+22
|
* add MakefileJoursoir2021-04-141-0/+31
|
* add main file with game functionalityJoursoir2021-04-141-0/+289
|
* add shaders for skyboxJoursoir2021-04-142-0/+24
|
* add main shadersJoursoir2021-04-142-0/+26
|
* Window: add getter for window sizeJoursoir2021-04-111-0/+2
|
* CelestialObject & objects: update #includeJoursoir2021-04-112-3/+3
|
* Camera: refactor, make it more universalJoursoir2021-04-112-22/+26
|
* add glm headersJoursoir2021-04-10419-0/+62360
|
* objects: source files move to game folder; use glm PIJoursoir2021-04-102-5/+4
|
* add stb_image header; update Texture include headerJoursoir2021-04-102-1/+7763
|
* add solar texturesJoursoir2021-04-1010-0/+0
|
* game: add dependent celestial objectsJoursoir2021-04-102-12/+33
|
* xstdlib: add template for linked listJoursoir2021-04-071-0/+9
|
* add routines for create celestial objectsJoursoir2021-04-062-0/+117
|
* objects: fix bugs, add form circleJoursoir2021-04-062-11/+47
|
* Mesh: add mode for draw elementsJoursoir2021-04-062-4/+6
|
* add wrapper for window libraryJoursoir2021-04-062-0/+36
|
* Shader: read file with shader source codeJoursoir2021-04-042-3/+13
|
* Window & Events: cursor mode improveJoursoir2021-04-043-2/+14
|
* add routine for read fileJoursoir2021-04-032-0/+44
|
* add camera subsystemJoursoir2021-04-022-0/+139
|
* add skybox imagesJoursoir2021-04-026-0/+0
|
* add texture routinesJoursoir2021-04-022-0/+93
|
* Events: add own key codes, win resize and mouse scroll handleJoursoir2021-04-012-10/+298
|
* add object formingJoursoir2021-03-292-0/+132
|
* add Vertex structJoursoir2021-03-291-0/+11
|
* add mesh routinesJoursoir2021-03-282-0/+67
|
* add events managerJoursoir2021-03-262-0/+220
|
* add window subsystemJoursoir2021-03-262-0/+96
|
* add shader subsystemJoursoir2021-03-232-0/+91
|
* add events subsystemJoursoir2021-03-212-0/+118