42 project fdf
This program creates a simplified graphic “wireframe” representation of a relief landscape.
The coordinates of this landscape are retrieved from a file which is given as a parameter of the program.
- classic : Bresenham's line drawing algorithm https://en.wikipedia.org/wiki/Bresenham%27s_line_algorithm
- antialiasing : Xiaolin Wu's line algorithm https://en.wikipedia.org/wiki/Xiaolin_Wu%27s_line_algorithm
- projection
- scale
- translation
- rotation
This program uses a "homemade" graphical library provided to us by 42school, hence it's not portable out of school. You can see the results on the Demo section below.