Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Actipro/Avalonia-Controls

Actipro Avalonia UI Controls samples and documentation. Build beautiful user interfaces in your Avalonia UI applications using Actipro's controls and themes.
https://github.com/Actipro/Avalonia-Controls

actipro actiprosoftware avalonia avalonia-ui avaloniaui controls csharp demos documentation dotnet samples ui ui-controls

Last synced: about 2 months ago
JSON representation

Actipro Avalonia UI Controls samples and documentation. Build beautiful user interfaces in your Avalonia UI applications using Actipro's controls and themes.

Awesome Lists containing this project

README

        

# Actipro Avalonia UI Controls

[![Latest](https://img.shields.io/nuget/v/ActiproSoftware.Controls.Avalonia?label=Latest&logo=nuget)](https://www.nuget.org/packages/ActiproSoftware.Controls.Avalonia)
[![Downloads](https://img.shields.io/nuget/dt/ActiproSoftware.Controls.Avalonia?label=Downloads)](https://www.nuget.org/packages/ActiproSoftware.Controls.Avalonia)
[![Integration Build](https://github.com/Actipro/Avalonia-Controls/workflows/Integration%20Build/badge.svg)](https://github.com/Actipro/Avalonia-Controls/actions/workflows/integration-build.yml)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0-ff69b4.svg)](https://github.com/Actipro/.github/blob/main/Code-of-Conduct.md)
[![Follow @Actipro](https://img.shields.io/twitter/follow/Actipro?style=social)](https://twitter.com/intent/follow?screen_name=Actipro)

Samples, documentation, and other related open-source projects for [Actipro Avalonia UI Controls](https://www.actiprosoftware.com/products/controls/avalonia), a set of UI controls, components, and themes for building beautiful multi-platform Avalonia UI applications.

| Light Theme Variant | Dark Theme Variant |
| ------------- | ------------- |
| [![Light Theme](.github/image-content/sample-browser-theme-light.jpg)](.github/image-content/sample-browser-theme-light-full.jpg) | [![Dark Theme](.github/image-content/sample-browser-theme-dark.jpg)](.github/image-content/sample-browser-theme-dark-full.jpg) |

## Table of Contents

- [Actipro Avalonia UI Free Products](#actipro-avalonia-ui-free-products)
- [Actipro Avalonia UI Pro Products](#actipro-avalonia-ui-pro-products)
- [Getting Started](#getting-started)
- [Download and Run Samples](#download-and-run-samples)
- [Review Product Documentation](#review-product-documentation)
- [Evaluate in Your Apps](#evaluate-in-your-apps)
- [Supported Technologies](#supported-technologies)
- [Branches](#branches)
- [Contributing](#contributing)
- [Support](#support)
- [Licensing](#licensing)

## Actipro Avalonia UI Free Products

Several Actipro products are **freely available** for anyone to use in their applications, providing a strong foundation for building high-quality applications.

![Themes](.github/image-content/themes-welcome.png)

[Actipro Themes](https://www.actiprosoftware.com/docs/controls/avalonia/themes/index) ensures that a great consistent visual appearance is applied to all controls within your application, regardless of whether they are Actipro Avalonia UI control products or native Avalonia UI controls.

![Shared Library](.github/image-content/shared-welcome.png)

The [Actipro Shared Library](https://www.actiprosoftware.com/docs/controls/avalonia/shared/index) is a common control library referenced by all our Actipro Avalonia UI controls. It contains several very useful controls, components, value converters, and utilities that can be used in your projects.

The [Actipro Core Library](https://www.actiprosoftware.com/docs/controls/avalonia/core/index) is a class library that is completely UI framework agnostic. It contains numerous helpful utilities and base classes that can be used in your .NET projects.

## Actipro Avalonia UI Pro Products

Elevate your application by licensing additional professionally designed commercial controls.

![Themes](.github/image-content/fundamentals-welcome.png)

[Actipro Fundamentals](https://www.actiprosoftware.com/docs/controls/avalonia/fundamentals/index) provides a collection of advanced controls that are useful for many different types of applications, including user prompts, message boxes, avatars, badges, progress spinners, and more.

## Getting Started

### Download and Run Samples

The Sample Browser application allows you to examine all of the Actipro Avalonia UI controls, themes, and their feature sets via hundreds of examples. Its full source code is contained in this repo's `Samples\SampleBrowser` folder.

![Sample Browser](.github/image-content/sample-browser-color-palette.jpg)

Follow these steps to download and run the application:

- Clone or download this repository.
- Open the `Samples\SampleBrowser\SampleBrowser.Desktop.sln` solution in Visual Studio.
- Build and run the solution's application project.

### Review Product Documentation

Complete [product documentation](https://www.actiprosoftware.com/docs/controls/avalonia/index) including an API reference is available on our web site.

[![Online Documentation](.github/image-content/documentation.jpg)](https://www.actiprosoftware.com/docs/controls/avalonia/index)

The Markdown source code for the product documentation is contained within this repo's `Documentation\topics` folder. The documentation is built with [DocFx](https://github.com/dotnet/docfx).

### Evaluate in Your Apps

[Packages for the Actipro Avalonia UI Controls](https://www.nuget.org/packages?q=ActiproSoftware.Controls.Avalonia) are published on nuget.org, all beginning with the `ActiproSoftware.Controls.Avalonia` name prefix. References to the packages can be added to your own Avalonia UI application projects to evaluate and use them. See our [NuGet Packages and Feeds](https://www.actiprosoftware.com/docs/controls/avalonia/nuget) documentation topic for more detail.

#### Minimum NuGet Packages

One of these NuGet packages must be referenced at a minimum to use our products:

- [ActiproSoftware.Controls.Avalonia](https://www.nuget.org/packages/ActiproSoftware.Controls.Avalonia) - Contains all of the Actipro Avalonia UI Free product assemblies, which can be used at no cost.
- [ActiproSoftware.Controls.Avalonia.Pro](https://www.nuget.org/packages/ActiproSoftware.Controls.Avalonia.Pro) - Contains all of the Actipro Avalonia UI Pro product assemblies, and is for customers who have licensed the Actipro Avalonia UI Pro controls. Also includes the `ActiproSoftware.Controls.Avalonia` NuGet package as a dependency.

#### Optional NuGet Packages

These two NuGet packages can be referenced if you wish to use Actipro's themes for the native `ColorPicker` and/or `DataGrid` controls that complement other Actipro Avalonia UI control themes:

- [ActiproSoftware.Controls.Avalonia.Themes.ColorPicker](https://www.nuget.org/packages/ActiproSoftware.Controls.Avalonia.Themes.ColorPicker) - Free themes for the native Avalonia `ColorPicker` control.
- [ActiproSoftware.Controls.Avalonia.Themes.DataGrid](https://www.nuget.org/packages/ActiproSoftware.Controls.Avalonia.Themes.DataGrid) - Free themes for the native Avalonia `DataGrid` control.

## Supported Technologies

- **Frameworks:** .NET 6+
- **Architectures:** Any CPU, ARM64, x64, and x86
- **Platforms:** Windows, macOS, Linux, WASM (Browser), and more *
- **IDEs:** All IDEs supported by Avalonia UI

\* *Some features or functionality may be limited or unavailable on non-desktop platforms.*

## Branches

This repository has two primary branches:

- [main](https://github.com/Actipro/Avalonia-Controls/tree/main) - The codebase for official production-ready releases.
- [develop](https://github.com/Actipro/Avalonia-Controls/tree/develop) - Contains work-in-progress code, which may include pre-release logic that is not ready for production usage.

When cloning this repository for samples of our official releases, it's best to use the [main](https://github.com/Actipro/Avalonia-Controls/tree/main) branch.

## Contributing

We welcome contributions to our open-source repository. If you want to submit a pull request, please first open a [GitHub issue](https://github.com/Actipro/Avalonia-Controls/issues) or [contact us](https://www.actiprosoftware.com/company/contact) to discuss.

Read through our [How to Contribute](https://github.com/Actipro/.github/blob/main/Contributing.md) document, as it covers everything you need to know about contributing.

## Support

Our [Support](https://github.com/Actipro/.github/blob/main/Support.md) document provides details about how to properly obtain support for both our closed-source UI control products and for code in this open-source repo (documentation and samples). This chart shows a quick summary:

| | UI Control Products | Open-Source Repos |
| --- | :-: | :-: |
| [Contact us via support options](https://www.actiprosoftware.com/company/contact) | ✔ | ✔ |
| [Create a GitHub issue](https://github.com/Actipro/Avalonia-Controls/issues) | ❌ | ✔ |

## Licensing

While the source code in this repo falls under the terms of the [included license document](https://github.com/Actipro/Avalonia-Controls/blob/develop/License.md), the Actipro End-User License Agreement (EULA) applies to usage of our commercial Avalonia UI control products.

The [Licensing](https://www.actiprosoftware.com/docs/controls/avalonia/licensing) documentation topic discusses product licensing in detail.

Visit the [Actipro purchasing page](https://www.actiprosoftware.com/purchase) to order developer licenses for the Pro controls. [Contact our sales team](https://www.actiprosoftware.com/company/contact) if you have any questions.