Maui.Graphics.Gtk: track api changes Maui.Graphics version 6#469
Maui.Graphics.Gtk: track api changes Maui.Graphics version 6#469lytico wants to merge 4 commits intodotnet:mainfrom
Conversation
|
@lytico Thanks for this PR. We just merged dotnet/maui#8739 and unfortunately when we started the process we only moved the things that were building and releasing. However, this is no big issue. I was wondering if you would be interested in taking these changes you made and make a larger PR in https://github.com/dotnet/maui with all of Gtk things? The reason we moved was having 2 repos was cumbersome and we also ended up neglecting issues and PRs here. Moving forward, we would like to ensure that we show the same support for maui graphics as we do maui. The new repo has a bunch of extra things, but the src/Graphics folder is basically the root of this repo. So if you wanted to make this larger PR, it would just be a matter of cloning that repo and copying some folders:
To integrate into the maui build system would just be a few things:
Moving forward, devs will still not need to care about the rest of the maui repo as they can just use the Microsoft.Maui.Graphics.slnf filter and work there. There is no dependency on maui - just in name for marketing - since maui depends on graphics. |
yes, just give me some time. maybe not until august. |
|
@mattleibow How can I help? |
|
@Slesa the pr is already moved to dotnet/maui#9522 and waiting for merge. if you want to do some implementation, some missing features are listed here: |
some refactoring to get Maui.Graphics.Gtk working again.