0b54d8c015a2d531e6c991e1d4bf423ca515d8e3
FDF - fil de fer
this program is written in C
this is an exercize to discover 3D drawing, keyboard events, and pixel images manipulation
what it does is to read a map, which is a simple text file like this one :
0 0 0 0 0
0 0 0 0 0
0 10 0 0 0
0 0 0 0 0
0 0 0 0 0
and it will convert it into a rectangular net, like a landscape with the height equal to the numbers :
if we modify the map it will modify the 3D drawing
Description
Languages
C
82.9%
Roff
13.5%
Makefile
2.2%
Shell
1%
Raku
0.4%

