Skip to content

Releases: FaunaPolaris/graphics

0.5.0 window management

Pre-release

Choose a tag to compare

@FaunaPolaris FaunaPolaris released this 16 Sep 22:11

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

Artisian tools Pre-release
Pre-release

Choose a tag to compare

@FaunaPolaris FaunaPolaris released this 11 Sep 00:34

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

0.4.0 Pre-release
Pre-release

Choose a tag to compare

@FaunaPolaris FaunaPolaris released this 09 Sep 19:31

Crated a new matrix.h header to handle all matrices and operations between matrices and vectors.

mtx_test performing matrix multiplication;

0.3.5

0.3.5 Pre-release
Pre-release

Choose a tag to compare

@FaunaPolaris FaunaPolaris released this 07 Sep 19:14

New test for applying transformation matrices to all points on the map.

0.3.3

0.3.3 Pre-release
Pre-release

Choose a tag to compare

@FaunaPolaris FaunaPolaris released this 02 Sep 04:09

draw tests for the map working partially, not accessing correctly the last x and y coordinates, colors a bit skittish.

0.3.1

0.3.1 Pre-release
Pre-release

Choose a tag to compare

@FaunaPolaris FaunaPolaris released this 27 Aug 16:41

Started refactoring the data management structure, unstable, not tested.

0.2.2

0.2.2 Pre-release
Pre-release

Choose a tag to compare

@FaunaPolaris FaunaPolaris released this 24 Aug 17:43

Started drawing lines between all points, not all maps working.

Unstable.

0.2.1

0.2.1 Pre-release
Pre-release

Choose a tag to compare

@FaunaPolaris FaunaPolaris released this 23 Aug 20:42

Started to read the map for the fdf, printing every vertice on the screen.

Not all maps working, not centered correcly.

0.1.6

0.1.6 Pre-release
Pre-release

Choose a tag to compare

@FaunaPolaris FaunaPolaris released this 21 Aug 13:28

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

0.1.4 Pre-release
Pre-release

Choose a tag to compare

@FaunaPolaris FaunaPolaris released this 09 Aug 16:28

Inverted Y axis for the butterfly's curve formula, added a color gradient and corrected order of operation.