⚠️ Project has not been tested yet.⚠️
FDF ("File de fer" in french) is about representing a landscape as a 3D object in which all surfaces are outlined in lines.
The FDF program requires the following dependencies:
- libx11-dev
- libxext-dev
- libbsd-dev
sudo apt-get update
sudo apt-get install libx11-dev libxext-dev libbsd-dev
To use the FDF program, follow these steps:
-
Clone the repository:
git clone https://github.com/CleSucre/fdf.git
-
Navigate to the project directory:
cd fdf
-
Build the executable:
make
-
Run the program with a provided map file:
./fdf maps/42.fdf
The FDF program requires map files that define the landscape. These files contain a grid of integer values, where each value represents the height of a point on the grid. Exemple files are provided in the test_maps
directory.