Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 824 Bytes

DOCUMENTATION.md

File metadata and controls

33 lines (20 loc) · 824 Bytes

cub3d project @42born2code

MLX 🎨

MLX CONFIG for non-42 computer:

INSTALLATION TUTORIAL

COMPILATION WITH MLX:

using X11

gcc -I /usr/X11/include -g -L /usr/X11/lib -lX11 -lmlx -lXext .c

using terminal

gcc .c libft/.c get_next_line/*.c -L minilibx_opengl -l mlx -framework OpenGL -framework AppKit

🌟 Have a look at the Makefile to see how mlx was used

DOCUMENTATION

Example of basic MLX function here

RAYCASTING 💫

tutorial

▶️BEST TUTORIAL FOR RAYCASTING: lodev.org

▶️UNDERSTANGING BMP FORMAT: engineering.purdue.edu