RT.Projects
Pinned Loading
Repositories
Showing 10 of 15 repositories
- RT.Coordinates Public
A small library with structs to represent tiles in rectilinear, hexagonal and other grids; generating mazes and finding paths. Useful for 2D games and puzzles.
- RT.CommandLine Public
A command line parser that populates a class or a set of classes, with support for advanced help text formatting.
- RT.Dijkstra Public
Dijkstra’s Algorithm (a generalization of breadth-first search) in C#. Declare your own Nodes and Edges to define the graph and let the algorithm find the best path to the target Node.
- RT.Servers Public
An in-process HTTP server with support for authentication, incremental HTML generation, AJAX via JSON, segmented downloading, WebSockets, etc.
- RT.ArithmeticCoding Public
- CloseAllToolWindows Public
A Visual Studio extension that creates a command to close all tool windows.