aboutsummaryrefslogtreecommitdiff
path: root/src/engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* started working on vulkan supportvimene2025-01-161-94/+53
* improved keyboard and mouse controlsHEADmastervimene2025-01-031-136/+161
* improved keyboard and mouse controlsvimene2025-01-031-51/+81
* various improvementsvimene2025-01-021-26/+116
* fixed parse_object by implementing custom parsersvimene2024-12-311-9/+12
* various improvementsvimene2024-12-311-50/+65
* improved mesh definitionvimene2023-12-111-7/+11
* fixed perspective, added planevimene2023-12-091-11/+5
* fixed missing `help' option in usagevimene2023-12-051-1/+1
* 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