Skip to content
This repository has been archived by the owner on May 13, 2023. It is now read-only.

Arlodotexe/OwlCore.AbstractUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OwlCore.AbstractUI Version

AbstractUI is a set of models that can be templated as controls with serializable states.

Send over a network, store on disk, share between platforms, etc. Make something else worry about rendering and interacting.

Install

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

PM> Install-Package OwlCore.AbstractUI

Or using dotnet

> dotnet add package OwlCore.AbstractUI

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. Easy code transition to larger community-based projects, such as the .NET Community Toolkit.

About

A set of models with serializable states that can be templated as controls.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages