Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 785 Bytes

File metadata and controls

28 lines (23 loc) · 785 Bytes

FdF

A 42 School asignment

  • Completed on January 7, 2024
  • Points: 125

Description

A wireframe renderer that takes a height map as input

example map:

0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 2 2 0 0 2 2 0 0 0 2 2 2 2 2 0 0 0
0 0 2 2 0 0 2 2 0 0 0 0 0 0 0 2 2 0 0
0 0 2 2 0 0 2 2 0 0 0 0 0 0 0 2 2 0 0
0 0 2 2 2 2 2 2 0 0 0 0 2 2 2 2 0 0 0
0 0 0 2 2 2 2 2 0 0 0 2 2 0 0 0 0 0 0
0 0 0 0 0 0 2 2 0 0 0 2 2 0 0 0 0 0 0
0 0 0 0 0 0 2 2 0 0 0 2 2 2 2 2 2 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Screenshot from 2024-05-30 00-31-03

Dependencies

minilibx: https://github.com/42Paris/minilibx-linux