FdF is a project in which we convert a file with a grid of height values into a 3d wireframe using a simple graphics library called MLX42
- Clone the project.
git clone [email protected]:shatilovdr/FdF.git
- Navigate to the project directory.
cd FdF
- Compile the FdF.
make
- Run the FdF with a maps.
./fdf maps/42.fdf
- Press key
ESCto quit