Skip to content

Saul-BT/cub3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

100 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cub3d

how to clone (pulling all library dependencies submodules)

git clone --recurse-submodules git@github.com:Saul-BT/cub3d.git

or

git clone git@github.com:Saul-BT/cub3d.git
cd cub3d
git submodule update --init --recursive

leak check

valgrind --suppressions=mlx42.supp --leak-check=full --show-leak-kinds=all ./cub3d assets/maps/simple.cub

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors