_ _ _
/\ \ /\ \ /\ \
/ \ \ / \ \____ / \ \
/ /\ \ \ / /\ \_____\ / /\ \ \
/ / /\ \_\ / / /\/___ // / /\ \_\
/ /_/_ \/_// / / / / // /_/_ \/_/
/ /____/\ / / / / / // /____/\
/ /\____\/ / / / / / // /\____\/
/ / / \ \ \__/ / // / /
/ / / \ \___\/ // / /
\/_/ \/_____/ \/_/
This project consists on rendering 3D wireframes, it was made with C and the MLX graphics library developed by 42. Example files that can be passed as input can be found at ./maps. You may realize that some directories can be passed as an input to the program, those are the animated maps, and each file inside them corresponds to a frame (example above).
MLX42 is dependent of X11, so you will need to be using it as your window system.
- A C compiler
- Make
- X11 (but not for long!)
First, clone the repository
git clone https://github.com/FelBenini/FDF.git
cd FDFAfter cloning, run the following command inside the project's directory:
make bonusIf you simply run 'make', it will compile a more basic with less features version of the program.
Finally, you will be able to run the program passing a file as an argument.
./fdf ./path/to/the/file/mapFor this step you might want to take a look at my other repository: img_to_fdf!
