Experimental Microsoft.Maui.Graphics.Controls - Build drawn controls (Cupertino, Fluent and Material)
Перейти к файлу
Rui Marinho 304b7d6581 Update azure-pipelines.yml for Azure Pipelines 2021-05-03 19:44:32 +01:00
data Added benckmark samples 2021-01-03 17:57:04 +01:00
eng Update azure-pipelines.yml for Azure Pipelines 2021-05-03 19:44:32 +01:00
images Updated README 2021-01-21 19:43:07 +01:00
libs Fixed gtk dependencies 2021-01-16 20:25:27 +01:00
src Add pipeline 2021-05-03 19:11:26 +01:00
.gitattributes Added gitignore 2020-12-20 18:31:57 +01:00
.gitignore Added gitignore 2020-12-20 18:31:57 +01:00
.gitmodules New solution architecture using .NET MAUI 2021-04-23 19:24:20 +02:00
CODE_OF_CONDUCT.md Link to correct CoC 2021-02-19 15:42:18 -08:00
Directory.Build.props Add pipeline 2021-05-03 19:11:26 +01:00
Directory.Build.targets Add pipeline 2021-05-03 19:11:26 +01:00
GitInfo.txt Add pipeline 2021-05-03 19:11:26 +01:00
LICENSE Added License 2021-02-01 09:51:04 +01:00
NuGet.config New solution architecture using .NET MAUI 2021-04-23 19:24:20 +02:00
README.md Updated README 2021-04-28 18:55:18 +02:00
STATUS.md Merge pull request #15 from dotnet/datepicker 2021-03-09 10:35:55 +01:00
THIRD-PARTY-NOTICES.txt Added Third party notices 2021-02-01 09:52:00 +01:00
global.json New solution architecture using .NET MAUI 2021-04-23 19:24:20 +02:00

README.md

Microsoft.Maui.Graphics.Controls

Microsoft.Maui.Graphics.Controls is a .NET MAUI experiment that offers drawn controls allowing to choose between Cupertino, Fluent and Material.

NOTE: Are you interested in having more information? You have a detailed video!.

Microsoft.Maui.Graphics

This project is using Microsoft.Maui.Graphics. Microsoft.Maui.Graphics is a cross-platform graphics library for iOS, Android, Windows, macOS and Linux completely in C#. With this library you can use a common API to target multiple abstractions allowing you to share your drawing code between platforms, or mix and match graphics implentations within a singular application.

Goals

  • Have pixel-perfect drawn controls working on all the .NET MAUI supported platforms.
  • High performance and customization options controls.

Contributing

As an experimental project, there are several active areas of development and we're looking for your feedback to help set the direction for this project. Please check it out and let us know any feedback you have on the project by logging issues in this repo.

Thank you!

Code released under the MIT license.