yellowstonegames / SquidLib

Useful tools for roguelike, role-playing, strategy, and other grid-based games in Java. Feedback is welcome!
Other
452 stars 46 forks source link

field of view algorithms #26

Closed SquidPony closed 11 years ago

SquidPony commented 12 years ago

implementation of FOV algorithms allowing semi-arbitrary vision constraints

SquidPony commented 11 years ago

A framework for FOV and LOS calculations has been implemented. A few of these algorithms are fully functional, but not yet all of them.

SquidPony commented 11 years ago

Several complete algorithms now implemented. While further implementations are planned, the current set already represents the most common and popular ones, therefore this issue has been completed.