aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* fixed perspective calculationsvimene2023-12-091-3/+6
|
* added renderer, improved various thingsvimene2023-12-051-11/+12
| | | | | | | - 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::mathvimene2023-12-031-1/+1
|
* improved tests managementvimene2023-12-031-16/+5
|
* improved dependency managementvimene2023-11-281-0/+4
|
* integrated criterion within autotoolsvimene2023-11-281-0/+5
|
* started working on testsvimene2023-11-281-2/+7
|
* added scenes, camera and meshesvimene2023-11-261-1/+4
|
* added namespaces, made every function in engine.cpp static and added ↵vimene2023-11-261-1/+2
| | | | warnings' flags
* added matricesvimene2023-11-261-0/+1
|
* add options to choose render modevimene2023-11-231-4/+6
|
* code refactoringvimene2023-11-221-1/+4
|
* renamed binary from 'main' to 'engine'vimene2023-11-211-3/+3
|
* started working on windows supportvimene2023-11-211-2/+2
|
* improved file structure for autotoolsvimene2023-11-201-2/+9
|
* started switching to autotoolsvimene2023-11-191-0/+2