Skip to content
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

How much work does it take to add a new backend? #1089

Open
eefan000 opened this issue Nov 23, 2024 · 3 comments
Open

How much work does it take to add a new backend? #1089

eefan000 opened this issue Nov 23, 2024 · 3 comments

Comments

@eefan000
Copy link

I want to use MVU in Unity's UI Toolkit
https://docs.unity3d.com/Manual/UIElements.html

@edgarfgp
Copy link
Member

Hi @eefan000. It depends on how big the public API aka Bindable properties events, constructor widgets. based on my experience with Fabulous.Avalonia in couple days you can have the hello world with a Label in screen then couple weeks to have bind the rest of the controls. I created https://github.com/edgarfgp/Fabulous.AST to help with this.

@eefan000
Copy link
Author

The main issue discovered is that Unity does not support F#
😭

@edgarfgp
Copy link
Member

The main issue discovered is that Unity does not support F# 😭

I saw https://github.com/gilzoide/unity-fsharp the other day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants