Skip to content
/ cub3d Public

3D graphic engine, made from scratch using just C tools, to recreate the classic videogame Wolfenstein 3D

Notifications You must be signed in to change notification settings

d-r-e/cub3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cub3d

3D graphic engine, made from scratch using just C tools. The engine loads map files and renders a 3D environment which are playable with mouse and keyboard. Raycasting is a method to project a 3D illusion based on a 2D map and calculating the distance from player's position to every wall in their field of view. It is highly efficient as it doesn't need an actual 3D engine to produce 3D images.

Wolfenstein 3D

About

3D graphic engine, made from scratch using just C tools, to recreate the classic videogame Wolfenstein 3D

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published