Home

Awesome

VL.RogueSharp

A vvvv gamma wrapper for the open source RogueSharp library by Faron Bracy

Nuget https://www.nuget.org/packages/VL.RogueSharp/


Origin

Original library and documentation https://github.com/FaronBracy/RogueSharp Referencing this nuget version 5.0.0 pre2 https://www.nuget.org/packages/RogueSharp/5.0.0-pre2

RogueSharp is originally intended for game development of roguelikes. It is not a full set of tools to make a game. For example RogueSharp provides the pathfinding but the user would have to create their own movement system using the provided path.


What can it do?

RogueSharp has functions useful for reasoning about 2D grids where some cells are walkable or transparent. For example pathfinding and field of view. Also includes a dice rolling function.

VL.RogueSharp comes with a quick and dirty ASCII preview of the maps using VL.Skia. This is for preview purposes only, it's expected most users would take the map data and plug it into their own prettier drawing system.

Pathfinding

PathFinding

Field Of View

FieldOfView


Install


Version history

v2.0.0-pre

V1.0.3-pre


LICENCE

Released under MIT Licence