/42SP_cub3d

My first RayCaster with miniLibX

Primary LanguageC

42SP_cub3d

My first RayCaster with miniLibX

MiniLibX folder is inside the project, but it requires xorg, x11 and zlib. Installing these dependencies on Ubuntu can be done as follows:

sudo apt-get update && sudo apt-get install xorg libxext-dev zlib1g-dev