Lightweight utility library for C# projects and game development helpers.
HelperLib contains small helpers and abstractions commonly useful in application and game development (helpers for collections, math, and utilities to keep game and engine code concise).
- Small, focused utilities for C#
- Helpers that favor clarity and testability
- Game development specific helpers in the
OmegaLeo.HelperLib.Gamepackage - Changelog generation utilities in the
OmegaLeo.HelperLib.Changelogpackage - Lightweight and easy to integrate into existing projects
- Well-documented and maintained
- Open source under the AGPL v3 License
Add the library to your project via NuGet:
dotnet add package OmegaLeo.HelperLib
dotnet add package OmegaLeo.HelperLib.Game
dotnet add package OmegaLeo.HelperLib.ChangelogThe documentation for this project can be found at https://library.omegaleo.dev. This documentation is automatically generated from the code using the NetFlow.DocumentationHelper.Library.
Contributions are welcome! Please see the CONTRIBUTING.md file for guidelines.
This project is licensed under the AGPL v3 License. See the LICENSE file for details.