Add Drawing, Skia in GraphicsBackend.cs, to support other backend implementations#120
Add Drawing, Skia in GraphicsBackend.cs, to support other backend implementations#120shonescript wants to merge 1 commit into
Conversation
Add Drawing, Skia to support some portable or crossplatform implementations
|
|
Thank you for the PR. However, I cannot accept it in its current form. I am currently working on contribution guidelines for the project, and the rough direction is as follows:
This PR is closer to the latter categories than to a small fix. Changes in this category should be discussed first before an implementation PR is opened. At this stage, I do not want changes that affect project direction to come in through an implementation-first approach. For the time being, I will be prioritizing community foundations, such as a Code of Conduct and clearer PR/contribution guidelines, over adding new features. Thank you again for the effort. |
Hello,
MewUI is an excellent and great project. I believe it will become the best .net light crossplatform UI!👍
I try to to implement some backend implementations for portable or crossplatform purpose.
So I forked an MewUI project in https://github.com/shonescript/MewUI, and has one dependant on GraphicsBackend enum in the main project.
Is there a chance to extend it?🙂