GraphicsControls/README.md

27 строки
1.4 KiB
Markdown
Исходник Обычный вид История

2021-04-28 19:55:18 +03:00
# Microsoft.Maui.Graphics.Controls
2021-01-03 21:25:48 +03:00
2021-04-28 19:55:18 +03:00
**Microsoft.Maui.Graphics.Controls** is a **.NET MAUI experiment** that offers drawn controls allowing to choose between **Cupertino, Fluent and Material**.
2021-01-03 21:25:48 +03:00
2021-01-21 21:43:07 +03:00
<img src="images/graphicscontrols-platforms.png" Width="600" />
2021-01-21 21:46:14 +03:00
**NOTE:** Are you interested in having more information? You have a detailed [video](https://www.youtube.com/watch?v=hLcpAgWCHf4)!.
2021-03-28 17:41:37 +03:00
#### Microsoft.Maui.Graphics
2021-01-06 14:43:17 +03:00
2021-03-28 17:41:37 +03:00
This project is using **Microsoft.Maui.Graphics**.
[Microsoft.Maui.Graphics](https://github.com/dotnet/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.
2021-01-06 14:43:17 +03:00
## Goals
2021-04-28 19:55:18 +03:00
* Have pixel-perfect drawn controls working on all the .NET MAUI supported platforms.
2021-01-06 14:45:03 +03:00
* High performance and customization options controls.
2021-02-01 11:40:52 +03:00
2021-02-01 11:49:15 +03:00
## 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!
2021-02-01 11:40:52 +03:00
## Copyright and license
Code released under the [MIT license](https://opensource.org/licenses/MIT).