cube3D is a 3D game built withe C language and MLX ( A small library which implements some basic functions that allow you to quickly open a window and to draw within it)
-
Updated
Nov 21, 2023 - C
cube3D is a 3D game built withe C language and MLX ( A small library which implements some basic functions that allow you to quickly open a window and to draw within it)
This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever, to explore ray-casting. Pair-programming project with @GioGardinali
Jeu cube 3d (wolfenstein) ecole 42 - Raycasting
42_cube3D is a project from the 42 school inspired by Wolfenstein 3D. The goal is to create a 3D rendering engine in C using raycasting to simulate a 3D view in a 2D environment while exploring graphical programming concepts such as textures, perspective, and optimization.
To associate your repository with the cube3d42 topic, visit your repo's landing page and select "manage topics."