No description
Find a file
2024-01-09 18:57:00 +01:00
gnl norm all 2023-12-21 19:04:59 +01:00
libft removing relink from libft 2023-12-23 15:13:24 +01:00
draw.c norm for utils.c and removing dda optimization becoz it need a bounding box and i gave no time for doing it also becoz i need to do the norm for that new code too 2023-12-21 18:25:12 +01:00
fdf.h spliting set_rotation into simpler functions 2023-12-22 22:42:50 +01:00
fdf_bonus.c norm all 2023-12-21 19:04:59 +01:00
main.c norm all 2023-12-21 19:04:59 +01:00
Makefile readding -Ofast becoz of a performance consern like its slow man 2023-12-22 21:05:47 +01:00
math.c norm all 2023-12-22 23:27:35 +01:00
math2.c norm for math2.c math3.c 2023-12-20 20:17:10 +01:00
math3.c norm all 2023-12-22 23:27:35 +01:00
parse_file.c norm all 2023-12-21 19:04:59 +01:00
README.md Update README.md 2024-01-09 18:57:00 +01:00
utils.c spliting set_rotation into simpler functions 2023-12-22 22:42:50 +01:00
utils_bonus.c norm all 2023-12-22 23:27:35 +01:00
window.c removing ft_printf 2023-12-21 18:45:31 +01:00
window_bonus.c norm for window_bonus.c 2023-12-21 18:40:57 +01:00

a project that diserve to be called a computer graphics project FDF, the goal of this project is to render a 3D wireframe model, your tools, a library that can draw pixels on the screen

KEYS: q a w s u j i k o l z x - +

note: this project is compatible with MacOS only