Skip to content

Visualization of the DDA algorithm (finding the vertical and horizontal intersections of the ray with the grid).

Notifications You must be signed in to change notification settings

ZERDICORP/dda_algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DDA Algorithm

screenshot

Launch guide

$ git clone https://github.com/ZERDICORP/dda_algorithm.git
$ cd dda_algorithm
$ ./run

Dependencies

$ g++ --version
g++ (GCC) 12.2.0
$ wget --version 
GNU Wget 1.21.3 built on linux-gnu.
$ tar --version
tar (GNU tar) 1.34

About

Visualization of the DDA algorithm (finding the vertical and horizontal intersections of the ray with the grid).

Topics

Resources

Stars

Watchers

Forks