aboutsummaryrefslogtreecommitdiff
path: root/src/engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* added renderer, improved various thingsvimene2023-12-051-13/+23
* renamed MathVector{2,3,4} to Vector{2,3,4} and Mat4 to Matrix4 in engine::mathvimene2023-12-031-13/+13
* added scenes, camera and meshesvimene2023-11-261-17/+31
* added namespaces, made every function in engine.cpp static and added warnings...vimene2023-11-261-18/+22
* improved matrices, cube building and command parsingvimene2023-11-261-163/+54
* added matricesvimene2023-11-261-39/+14
* add options to choose render modevimene2023-11-231-254/+167
* improve SDL integrationvimene2023-11-231-12/+0
* code refactoringvimene2023-11-221-7/+7
* renamed binary from 'main' to 'engine'vimene2023-11-211-0/+510