I am a Unity refugee. Flax looks great for 3D. I need to use something like Xamarin (dead now) or .NET MAUI though for my UI as it is beyond what any Flax UI can provide.
Do you know if there is any way to use .NET MAUI within a Flax project? Ideally, I would like to have the entire visible app be .NET MAUI, with the Flax game camera rendering to a texture shown on the background of a MAUI VisualELement.
In Unity we could do this by using a camera set to output to a RenderTexture, then set a VisualElement background in the UI Toolkit to that RenderTexture.
Is this possible? If so, how would one get MAUI into the Flax project or do this? Any thoughts?
Thanks.