aboutsummaryrefslogtreecommitdiff
path: root/src/engine.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵vimene2023-11-261-18/+22
| | | | warnings' flags
* 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