https://github.com/omegaleo/helperlib
Library to help with C# projects and with game development using C#
https://github.com/omegaleo/helperlib
asp-net-core aspnet-core benchmark changelog-generator charp developer-tools devtools dotnet game-development godot helper-library nuget-package unity utilities utility-library
Last synced: 5 months ago
JSON representation
Library to help with C# projects and with game development using C#
- Host: GitHub
- URL: https://github.com/omegaleo/helperlib
- Owner: omegaleo
- License: agpl-3.0
- Created: 2024-05-04T17:12:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-23T16:55:47.000Z (6 months ago)
- Last Synced: 2025-12-24T12:16:50.650Z (6 months ago)
- Topics: asp-net-core, aspnet-core, benchmark, changelog-generator, charp, developer-tools, devtools, dotnet, game-development, godot, helper-library, nuget-package, unity, utilities, utility-library
- Language: C#
- Homepage: https://library.omegaleo.dev
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Omega Leo's Helper Library
Lightweight utility library for C\# projects and game development helpers.
## Table of contents
- [Overview](#overview)
- [Features](#features)
- [Install](#install)
- [Documentation](#documentation)
- [Contributing](#contributing)
- [License](#license)
- [Socials](#socials)
## Overview
`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).
## Features
- Small, focused utilities for C\#
- Helpers that favor clarity and testability
- Game development specific helpers in the `OmegaLeo.HelperLib.Game` package
- Changelog generation utilities in the `OmegaLeo.HelperLib.Changelog` package
- Lightweight and easy to integrate into existing projects
- Well-documented and maintained
- Open source under the AGPL v3 License
## Install
Add the library to your project via NuGet:
```bash
dotnet add package OmegaLeo.HelperLib
dotnet add package OmegaLeo.HelperLib.Game
dotnet add package OmegaLeo.HelperLib.Changelog
dotnet add package OmegaLeo.HelperLib.Documentation
```
## Documentation
The documentation for this project can be found at [https://library.omegaleo.dev](https://library.omegaleo.dev).
This documentation is automatically generated from the code using the [OmegaLeo.HelperLib.Documentation package](https://www.nuget.org/packages/OmegaLeo.HelperLib.Documentation).
## Contributing
Contributions are welcome! Please see the [CONTRIBUTING.md](CONTRIBUTING.md) file for guidelines.
## License
This project is licensed under the AGPL v3 License. See the [LICENSE](LICENSE) file for details.
## Socials
[](https://youtube.com/@omegaleo) [](https://twitch.tv/professorleo) [](https://discord.com/invite/Gp87EyBDvD)