An open API service indexing awesome lists of open source software.

https://github.com/lobbyra/cub3d

A project in c that use raycasting to simulate a 3D space in a 2D map
https://github.com/lobbyra/cub3d

42school c game graphic

Last synced: 5 months ago
JSON representation

A project in c that use raycasting to simulate a 3D space in a 2D map

Awesome Lists containing this project

README

          

# Raycasting with cub3d

![](https://media.giphy.com/media/XeXQj41hunKfL0CHGQ/giphy.gif)

Cub3d is a graphical project part of 42 school at Paris. This project took me one month and a half. \
The goal is to reproduce a small version of the wolfenstein game.

To make this project I followed a tutorial from https://lodev.org/.

This is not just raycasting but its a lot of parsing (file config to memory with error management).

Small presentation video https://www.youtube.com/watch?v=GGnZaIMUGDc.