-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[workload] add maui-linux-gtk or maui-gtk to speed maui+self draw solution adoption on cross desktop platform development #3564
Comments
@Eilon @jsuarezruiz if possible, hope we can add a new top workload response to maui like, |
I think this would be an interesting area to investigate but it's not in the plans for the first release of .NET MAUI. |
Hope this be useable in .net 7, before that I will base on https://github.com/congzhangzh/desktoploveblazorweb |
Any news about this ? @jsuarezruiz |
@jsuarezruiz up |
I want to collaborate and speed up the development of the components, but for that it would be necessary to have this workload to be able to run the app. Or if someone updates the main-linux fork I could continue working on it |
good idea |
I can do the basic build, but no workload, props, target stuff, maybe this can help you some dotnet/Microsoft.Maui.Graphics.Controls#57 (comment) Btw, do all be hand first maybe easy iteration, merge to workload later |
@Redth Maybe we can include this topic in a team meeting Spec review? |
make everything possible, not just desktop |
Yeap, this would be a great. Whats better is that community is willing to help with this if possible. |
At least the workload/host bootstrapper. This open to a first implementation of blazor hybrid and self draw solution (Maui.Graphics.Controls) in linux |
uno is a example, just learn some lesson from them |
This is currently out of scope for .NET 6. What I'd like to discuss here in the future (maybe for .NET 7) is that we create a stand alone repository with an example pattern of adding an additional platform to work with MAUI. If we work through creating this pattern outside of our own repository, we can make the changes necessary to MAUI itself to be properly extensible for this pattern, and we also end up creating a template for the pattern for others to use. |
If we can stable abstract and split out a new platform that’s good, or we will need rebase from upstream too often, which will be very bad! A good example is asp.net team split out webview, which make photino.Blazor possible, which is cool, and really cross platform, at least for desktop applications |
Personally, I think only self draw for linux is value to consider, gtk itself is not like IOS/Android which all fast envolving, which will provide more widget or functionality, gtk is slow evolving. Even just self draw for maui is not enough, mvu/comet style + selfdraw is must, to make it reactive and weak the tie to maui’s abstract behavior, implement first and weak the abstract, that’s the nature of functional programming. reactive is not a good way to describe logical, but a good way to define the ui programing as a whole. for this idea, we may need focus on widget, and Microsoft focus on basic workload:) |
So we need wait more 1 year to have a linux compatibility ? |
If MAUI core was separated the way I suggest in #4721 it would be much easier to add linux support with drawn controls and/or Blazor. |
Came here just to support this proposal 👍 |
I have moved all my .NET dev to Linux. The inability to build MAUI apps on Linux has made it easier for me to use other solutions than .NET which makes me sad. At the very least, I will have to use UNO instead. There is an opportunity here for "embedded" as well which increasingly is really just a subset of mobile. In my industry, moving to a cross-platform application often requires a "Linux" UI even if the customer is primarily interfacing via Android or Windows. There has already been more than one project that I initially though MAUI would be perfect for that ultimately had to go a different direction due to a lack of Linux support. |
This comment was marked as off-topic.
This comment was marked as off-topic.
I am in the same boat. Our company needs support for embedded systems, so therefore we need Linux support. It is too bad the GTKSharp backend was dropped when MAUI became Xamarin.Forms, rather than building on what was there. Once Linux was dropped, MAUI was ruled out for us. Thankfully everyone outside of Microsoft considers Linux support essential for cross-platform UIs, so we have the option of using Eto.Forms, Avalonia, and Uno. |
Any news on this ? |
Description
I'd like to propose a maui workload to easy self draw cross-desktop solution, which seems very promise and easy community involve, as pointed by dotnet/Microsoft.Maui.Graphics.Controls#57
the hardest part of the solution may be the maui Dotnet config part, like props, target, and workload, hope Maui upstream can do this work for the community.
After the work is done, evolution can drive by the community, which is easy and fast!
Public API Changes
n.a
Intended Use-Case
cross-desktop development
The text was updated successfully, but these errors were encountered: