Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 677 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 677 Bytes

FdF-Wireframe

In completing this project, I learned about rotational matrices and bresenham's line drawing algorithm. I take input from a file that gives X,Y,Z input and project it with a library that only allows put_pixel(x,y).

To use:

  1. Download the repository and run "make" in the terminal.
  2. Run "./fdf test_maps/filename.fdf"
  3. Use "I" to zoom in and "O" to zoom out.
  4. Use "W, S, D, A" for rotation.
  5. Use arrow keys for translation.
  6. Use C for cool color effects.

Pylone Wireframe

Pylone

42 Wireframe

42t