Skip to content

This project is about representing a landscape as a 3D object in which all surfaces are outlined in lines.

Notifications You must be signed in to change notification settings

MGuardia10/42cursus_fdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42cursus_fdf

This project is about representing a landscape as a 3D object in which all surfaces are outlined in lines. The use of the MinilibX is mandatory. The project includes as bonus features isometric and parallel projections, three color themes (default, inverted colors and a specific theme for landscapes), model traslation and zoom.

C

You can see the subject HERE.

Installing and running the project:

1- Clone this repository

git clone https://github.com/MGuardia10/42cursus_fdf.git

2- Navigate to the new directory and run make

cd 42cursus_fdf
make

3- make clean to remove the object files and work on a cleaner directory

make clean

4- Start using the program with any map from the maps directory:

./fdf maps/42.fdf

Compiling the Program

The fdf program comes with a Makefile that includes the following rules:

  • all: compiles the program.
  • re: recompiles the program.
  • clean: removes all object files.
  • fclean: removes all object files and fdf binary.

Disclaimer

At 42School, almost every project must be written in accordance to the Norm, the school's coding standard. As a result, the implementation of certain parts may appear strange and for sure had room for improvement.

About

This project is about representing a landscape as a 3D object in which all surfaces are outlined in lines.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published