beardgame / utilitiesLinks
General C# (game) utilities library, containing a variety of useful types and algorithms
☆29Updated 8 months ago
Alternatives and similar repositories for utilities
Users that are interested in utilities are comparing it to the libraries listed below
Sorting:
- Allows you to use prototypal inheritance in C#☆27Updated 5 years ago
- A .NET/Mono library to handle color spaces (and light spectrums!)☆48Updated 6 years ago
- A C# Deque class☆50Updated 11 years ago
- Double-ended queue☆137Updated last year
- A* written in C#, used with LINQ.☆120Updated 6 years ago
- Binary serializer with full .NET support!☆17Updated 8 months ago
- Implements a very easy to use sockets API based on IObservable☆110Updated 8 years ago
- .NET library in C# that offers generic extension methods for C++-style reinterpret_cast for select Types.☆23Updated 8 months ago
- Concurrency library for .Net☆65Updated 9 months ago
- Easy to use extensible calculator for .NET. Demonstrates Sprache toolkit grammar inheritance.☆47Updated 6 years ago
- PoolSharp is a simple, light weight, thread safe object pool.☆25Updated 2 years ago
- IPC [inter-process communication] engine for .NET based on memory-mapped files and on Named Pipes for Windows and Linux.☆66Updated 9 months ago
- Inline state machines in C#☆17Updated 13 years ago
- Blittable .NET structs☆17Updated 10 years ago
- Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).☆30Updated 6 years ago
- Small strings compression library for C#☆31Updated 10 years ago
- Graph processing library☆128Updated 4 years ago
- String extensions for named parameterized string formatting.☆74Updated 4 years ago
- Embedded persistent key-value store for .NET. Pure C# code.☆64Updated 5 years ago
- Fody weaver that provides powerful CIL manipulation tools, including C# mixin functionality☆21Updated 6 years ago
- Simple but powerful hierarchical state machine library☆57Updated 7 years ago
- User Interface Generator☆53Updated last year
- Roslyn Analyzer/Generator for avoid boring boilerplate INotifyPropertyChanged implementation.☆57Updated 9 years ago
- Generic Markov chain generation for C#☆55Updated 3 years ago
- An easy to use C# implementation of an N-state Markov model.☆95Updated 3 years ago
- 100% Native C# Key Value Store High Performance NoSQL Database with ACID Transaction☆41Updated 7 years ago
- SimplSockets is a lightweight, high performance, powerful .NET socket wrapper that makes communication via Sockets easy and efficient. It…☆58Updated 6 years ago
- FNV-1a hash algorithm in C#☆27Updated last week
- A replacement for the generic HashSet<T> that is usually faster, has more predictable memory allocations, and uses C# 7.x ref returns and…☆25Updated 6 years ago
- A quick (low-latency) IPC channel for .NET (Using MemoryMappedFile and Event)☆21Updated 13 years ago