Skip to content
Diana Salamanca edited this page Sep 9, 2020 · 4 revisions

Welcome to the cub3D wiki!

cub3D

CODAM project Curriculum 2019

Prerequisites ⚠️

On macOS, be sure it has installed X11. go to xquartz.org

Library

  • For this project, it was used mlx library "minilibx_mms_20200219_beta.tgz" (supplied with the subject).
  • It must have to do make into the mlx folder in order to get libmlx.dylib library, and put it in the root of the project.
  • It was used this flags on macOS: -Lmlx -lmlx -framework OpenGL -framework AppKit

Useful links for mlx:

Raycasting

Bitmap - BMP

Other useful links