Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added renderer, improved various things | vimene | 2023-12-05 | 1 | -7/+8 |
| | | | | | | | - Added renderer to unify frame buffers - Added FrameBuffer class as a parent for frame buffers' classes - Improved formatting in Makefile.am - Added const modifier in Matrix4's methods | ||||
* | renamed MathVector{2,3,4} to Vector{2,3,4} and Mat4 to Matrix4 in engine::math | vimene | 2023-12-03 | 1 | -17/+17 |
| | |||||
* | added namespaces, made every function in engine.cpp static and added ↵ | vimene | 2023-11-26 | 1 | -0/+4 |
| | | | | warnings' flags | ||||
* | improved matrices, cube building and command parsing | vimene | 2023-11-26 | 1 | -0/+6 |
| | |||||
* | added matrices | vimene | 2023-11-26 | 1 | -0/+24 |