Skip to content
/ OwlCore Public
forked from Arlodotexe/OwlCore

Have you ever seen an Owl do a barrel roll?

License

Notifications You must be signed in to change notification settings

amaid/OwlCore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OwlCore Download from Nuget CodeFactor

Have you ever seen an owl do a barrel roll? Me neither.

Essential supplemental tooling for .NET development.

Included in this package

  • OwlCore.Storage: The fundamental concepts of files and folders carefully abstracted into standard interfaces. Interact with Local Disk, Cloud Storage, Blob Storage, protocol-based storage, and even 100% in-memory storage, all using the same interfaces.
  • OwlCore.Extensions: A collection of exceptionally useful extension methods.
  • OwlCore.ComponentModel: Provides classes used to implement the run-time behavior of components. SettingsBase, IDelegatable{T}, IAsyncInit, etc.
  • OwlCore.AbstractUI - Abstracts simple UI elements as pure data. Send over a network, store on disk, share between platforms, etc. Make something else worry about rendering and interacting.
  • Much more not listed, much more to come.

Also available

  • OwlCore.Remoting: A extremely lightweight and flexible RPC framework for .NET Standard 2.0.
  • OwlCore.Kubo: A library of essential tooling for Kubo, the earliest and most widely used implementation of IPFS.

Install

Published releases are available on NuGet. To install, run the following command in the Package Manager Console.

PM> Install-Package OwlCore

Or using dotnet

> dotnet add package OwlCore

Financing

We accept donations, and we do not have any active bug bounties.

If you’re looking to contract a new project, new features, improvements or bug fixes, please contact me.

Versioning

Version numbering follows the Semantic versioning approach. However, if the major version is 0, the code is considered alpha and breaking changes may occur as a minor update.

License

We’re using the MIT license for 3 reasons:

  1. We're here to share useful code. You may use any part of it freely, as the MIT license allows.
  2. A library is no place for viral licensing.
  3. Ease of use. Forking code files or snippets for essential tooling shouldn't require a license transfer.

About

Have you ever seen an Owl do a barrel roll?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%