aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* improved keyboard and mouse controlsHEADmastervimene2025-01-033-145/+208
|
* improved keyboard and mouse controlsvimene2025-01-036-54/+128
|
* various improvementsvimene2025-01-0214-116/+274
| | | | | | | | | | - cleaned up the computation of the camera's matrix - changed VertexData to being a struct which transmit data between the "vertex shader" and the "fragment shader" - started working on keyboard and mouse controls - added fov (field of view) - changed quaternion to euler angles conversion, from zyx to zxy - fixed computations of z coordinates in triangle rendering - improved naming in the triangle rasterizer
* added a script to cross-compile to Windowsvimene2025-01-023-1/+14
|
* added brightness to terminal frame buffersvimene2024-12-311-5/+11
|
* fixed parse_object by implementing custom parsersvimene2024-12-314-31/+94
| | | | | std::setlocale also change the parsing of floats with std::stof. It is also more future proof to use a parser specific to Wavefront .obj files.
* various improvementsvimene2024-12-3136-798/+841
| | | | | | | | | | | - added quaternions and rewrote all rotations to use them - added transforms to put all object transforms in a single place - added Wavefront .obj file parser - removed frame buffer's abstract class - improved vectors, matrices, triangles, vertices and vertices data by putting all code in header file - added vector's operations - changed from NULL to nullptr - miscellaneous improvements
* improved mesh definitionvimene2023-12-1115-244/+237
| | | | | | | | - In the context of mesh definition, splited indices into vertex index, normal index and vertex data index to be able to specify different normals and vertex data for different faces using the same vertex
* renamed tri{_deriv,}_vertex.{h,cpp} to tri{_deriv,}.{h,cpp}vimene2023-12-114-0/+0
|
* fixed perspective, added planevimene2023-12-098-73/+75
|
* fixed perspective calculationsvimene2023-12-0915-396/+473
|
* fixed missing `help' option in usagevimene2023-12-052-2/+2
|
* added renderer, improved various thingsvimene2023-12-0513-283/+276
| | | | | | | - 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-0318-189/+189
|
* renamed math_vector.{h,cpp} to vector.{h,cpp}vimene2023-12-032-0/+0
|
* improved tests managementvimene2023-12-035-26/+14
|
* added bootstrap.shvimene2023-11-302-1/+4
|
* fixed README.mdvimene2023-11-301-3/+4
|
* improved dependency managementvimene2023-11-282-19/+13
|
* fixed README.mdvimene2023-11-281-0/+5
|
* integrated criterion within autotoolsvimene2023-11-284-0/+14
|
* fixed a small bugvimene2023-11-281-2/+2
|
* started working on testsvimene2023-11-284-7/+27
|
* added scenes, camera and meshesvimene2023-11-2613-250/+172
|
* added namespaces, made every function in engine.cpp static and added ↵vimene2023-11-2618-81/+135
| | | | warnings' flags
* improved matrices, cube building and command parsingvimene2023-11-265-163/+124
|
* added matricesvimene2023-11-264-39/+137
|
* removed unnecessary line in .gitignorevimene2023-11-261-1/+0
|
* add options to choose render modevimene2023-11-234-266/+195
|
* improved .gitignorevimene2023-11-231-27/+18
|
* improve SDL integrationvimene2023-11-2381-51954/+15
|
* code refactoringvimene2023-11-2217-62/+74
|
* removed all generated filesvimene2023-11-2113-15313/+18
|
* fixed macro in the wrong placevimene2023-11-212-4/+4
|
* cleanupsvimene2023-11-2115-43508/+16
|
* renamed binary from 'main' to 'engine'vimene2023-11-2110-256/+257
|
* started working on windows supportvimene2023-11-2198-4648/+73546
|
* improved file structure for autotoolsvimene2023-11-2027-2264/+10436
|
* started switching to autotoolsvimene2023-11-1939-51/+33734
|
* improved pixel window renderingvimene2023-11-194-14/+378
| | | | Pixel window rendering is now at the same state as the character rendering.
* added README.mdvimene2023-11-191-0/+24
|
* started working on a pixel windowvimene2023-11-182-2/+60
|
* initial commitvimene2023-11-1717-0/+1348