summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
8 daysBRANCH: Working on benchmarking new renderer, adding simdbranch/simd-mathtalha
2024-12-14Reworked batch renderer, Updated math.hmastertalha
2024-12-11Added batch rendering (however basic it might be)talha
2024-11-05Disabled all row major operations, added col major multiplicationtalha
2024-10-31Added ColumnMajor matrix multiplication.talha
2024-10-26Simplified Vec2 operator overloadstalha
2024-10-26removing level from trackingtalha
2024-10-26Moved from using percentages to scaled pixel position for levelstalha
2024-10-25Setup a basic camera movertalha
2024-10-25Added horizontal camera movement, some operator overloadingtalha
2024-10-22Disabled the funky camera movement poc for nowtalha
2024-10-22Fixed an very weird and rare bug with renderertalha
2024-10-20Removing build file from git trackingtalha
2024-10-20Removed alot of unused variables and codepathstalha
2024-10-20Refactored code, fixed motion when collidex true:talha
2024-10-20Added RGB as a Vec3 alias typetalha
2024-10-20Framerate capping now works:talha
2024-10-19Motion+Collision now work:talha
2024-10-08Saving draft, added collision detection so fartalha