There are 0 repository under fov-algorithms topic.
A collection of tools and algorithms for developing traditional roguelikes. Such as field-of-view, pathfinding, and a tile-based terminal emulator.
[TIV 2024] PyTorch implementation of FlowLens (https://arxiv.org/pdf/2211.11293)
Doryen based in Libtcod 1.5.1 - Refactoring struct and clear code, deleted the old C code and added new features and algorithms. The objective is a small 2D rendering engine (based in grid or tiles). It is written in an effort to create an engine being as lightweight and conceptually clean as possible.
Roguelike Library For Java (Alternative version)
A collection of field-of-view/line-of-sight algorithms designed for tile-based games.
Commandline converter utility that supports a wide range of conversions
precomputed shade FOV algo implementation in Go
A straightforward implementation of Mingos' Restrictive Precise Angle Shadowcasting (MRPAS), a common roguelike Field of View (FOV) algorithm, in C++. Lightweight, headers-only, drag-and-drop into your project. Based on MRPAS code written by Dominik Marczuk and posted on Umbrarum Regnum.
A Rust implementation of Adam's FOV algorithm, primarily intended for roguelikes.