-
Notifications
You must be signed in to change notification settings - Fork 54
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
Visual Designer #18
Comments
I'm back!
|
Referencing a comment I left over in the template project... |
this may be a dumb question, but would the WinForms OOP Designer be a viable option to port to for use with Modern.Forms? |
Porting the WinForms designer is definitely a viable option. The Winforms designer is relatively loved and battle tested. There's a very early prototype of that here: https://github.com/modern-forms/Modern.Forms/tree/designer-poc/samples/Designer However the port isn't "simple". It is an extremely complex piece of software that requires extensive porting to fit into a Modern.Forms world. |
Can we have the designer made in vscode so it's cross platform and not only available to windows or people that can afford rider? |
exciting if it happens |
One of the core features of Winforms that made it so popular and easy to use was its drag and drop visual designer. Modern.Forms will need one to provide the same level of ease and convenience.
This is probably a far-future feature, as initial focus will be on ensuring Modern.Forms itself is stable and complete enough to be usable.
The text was updated successfully, but these errors were encountered: