mfgames-cil/docs/index.md

15 lines
825 B
Markdown
Raw Permalink Normal View History

# MfGames .NET Libraries
This is a monorepo that contains a variety of libraries and programs for use with C# and other .NET languages.
2024-03-06 03:55:52 +00:00
## Libraries
- Cryptography - Utility functions and helpers for working with encryption and cryptography
- [Gallium](./gallium/index.md) - A simple Entity-Component-System (ECS) based on `System.Linq`
- IO - Utilities, helpers, and extensions for the `System.IO` namespace
- Locking - Wrappers around `SlimReadWriteLock` and other locking
- Markdown - A library for manipulating, transforming, and querying Markdown documents
- [Nitride](./nitride/index.md) - A static site generator (plus others) library based on Gallium.
- TestSetup - An opinionated setup for Xunit that uses Autofac and Serilog
- ToolBuilder - An opinionated library for easily creating CLI tools using subcommands