Skip to content

MaasTL/godot-gridbased-raycast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Godot 4.x gridbased raycasting

A DDA algorith in GDScript for raycasting on a 2D Grid.
Returning a Dictionary containing:

  • point Vector2: of collision
  • cell Vector2i: with which the ray collided

Discussing this implementation is welcome!

Just open an Issue

About

A DDA algorith in GDScript for raycasting on a Grid.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published