Skip to content
/ FdF Public

Every programs you wrote until now were executing in text mode within your terminal. Let's discover something more interesting: how to open a graphic window and draw inside ? As a way to start your journey to graphic programming land, Fdf offers you to draw the wireframe of a 3D landscape.

Notifications You must be signed in to change notification settings

vzamyati/FdF

Repository files navigation

FdF

Every programs you wrote until now were executing in text mode within your terminal. Let's discover something more interesting: how to open a graphic window and draw inside ? As a way to start your journey to graphic programming land, Fdf offers you to draw the wireframe of a 3D landscape.

DESCRIPTION

Educational project in School 42 (UNIT Factory Kyiv). Task: read the map from the file and represent it like the matrix of dots connected with the lines, drawn by the Bresenham's line algorithm.

The game is written in C language with the use of the library mlx(minilibx).

INSTALL

git clone https://github.com/vzamyati/FdF.git
cd FdF
make
./fdf test_maps/map.fdf

Author

About

Every programs you wrote until now were executing in text mode within your terminal. Let's discover something more interesting: how to open a graphic window and draw inside ? As a way to start your journey to graphic programming land, Fdf offers you to draw the wireframe of a 3D landscape.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published