Arlodotexe / brain-dump

If you had unlimited time and resources, what would you build?
1 stars 0 forks source link

Generative AI for Dynamic XAML Generation #3

Open Arlodotexe opened 1 year ago

Arlodotexe commented 1 year ago

Idea: Create a general-purpose component that uses a generative AI model to dynamically generate or redesign XAML for templated controls, given a user-supplied text prompt. This could be used in any app that uses the MVVM architecture and could potentially be contributed to a larger community library.

Update: After further consideration, the plan is to focus on creating a custom Templated Control called GenerativeAiControl. This control will leverage the built-in Template property of the Control base class, allowing the AI to dynamically control the visual structure of the control.

How to Create a GenerativeAiControl:

Future Considerations:

Challenges: