Releases: FaunaPolaris/graphics
Release list
0.5.0 window management
Changed the way i handle windows for a more versatile mode, where i can have more than one window open at the same time.
created one application to emulate the rules from conway's game of life; mostly working, missing one free, and SIGSEGV on bigger windows, the simulation bugs at the left and right corners of the map, may be the same cause of the SIGSEGV on the way i'm connecting the wireframe.
Artisian tools
Reorganized all functions into two categories: graphics/draw functions and matrix/vector functions.
All draw functions, but cube, working correctly, with jagged lines.
0.4.0
Crated a new matrix.h header to handle all matrices and operations between matrices and vectors.
mtx_test performing matrix multiplication;
0.3.5
New test for applying transformation matrices to all points on the map.
0.3.3
draw tests for the map working partially, not accessing correctly the last x and y coordinates, colors a bit skittish.
0.3.1
Started refactoring the data management structure, unstable, not tested.
0.2.2
Started drawing lines between all points, not all maps working.
Unstable.
0.2.1
Started to read the map for the fdf, printing every vertice on the screen.
Not all maps working, not centered correcly.
0.1.6
Cube program which receives 3 parameters for x, y and z, as the Height, Width and Depth of the cube; open a window and display the cube in isometric view.
Bugs: Rotation on the x axis not working properly.
0.1.4
Inverted Y axis for the butterfly's curve formula, added a color gradient and corrected order of operation.