Skip to content

Cub3D renders a pseudo-3D environment from a 2D map using a raycasting algorithm. The player moves in a grid-based world and the engine computes, for each vertical slice of the screen, how far the next wall is and which texture to display. The project is built in C with MiniLibX for window management and pixel drawing.

Notifications You must be signed in to change notification settings

AlexandreC93/cub3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

About

Cub3D renders a pseudo-3D environment from a 2D map using a raycasting algorithm. The player moves in a grid-based world and the engine computes, for each vertical slice of the screen, how far the next wall is and which texture to display. The project is built in C with MiniLibX for window management and pixel drawing.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published