You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm new to Eto and Veldrid , I want to develop interactive mobile apps using these two libraries the reason is to use one UI codebase with shader powered UI (game development approach ) , Is there a way to compile this into android application . or at least a way to integrate it into dotnet MAUI , thanks .
The text was updated successfully, but these errors were encountered:
Hey, sorry there's no android version of this yet. Eto's android and iOS support are not fully baked at the moment however the android platform has had some work done lately. If you want to get Veldrid in MAUI one would just use the MAUI frameworks to do that and it wouldn't need to involve Eto at that point.
Hi, I would imagined embedding eto forms can used together with other frameworks like maui ? rendered in a view control using pixel perfect renderers like maui .graphics /Veldrid ? ofcourse the entrypoint and lifecycle of the apps would be handled by maui -Unity
anyway I want to implement something similar to @web.window unfortunately that package is obsolete , but we have something similar @HybridWebView but as you may know maui doesn't support Linux therefore I thought about @UnityEngine'dots as it have their own building system and runtime (very compatible with dotnet api2.1)
Hi I'm new to Eto and Veldrid , I want to develop interactive mobile apps using these two libraries the reason is to use one UI codebase with shader powered UI (game development approach ) , Is there a way to compile this into android application . or at least a way to integrate it into dotnet MAUI , thanks .
The text was updated successfully, but these errors were encountered: