-
Notifications
You must be signed in to change notification settings - Fork 9
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
Create generic UI presentation kit for mockups #4
Comments
What did you have in mind for this presentation layer? Thinking of a MVVM architecture with base usercontrols for all the displays? I'm just trying to get an idea of what the plans are. I have begun creating the skeleton of the app, but without any real presentation layer. |
Well the idea is to have an individual control per block type, with a fallback for each inheritance point, yeah. I'm thinking that the block mockups will be the models directly. The core idea must be for this system to be near effortless for the end user to start using, and as easy as possible for contributors to add new block mockups. Those must be core values. |
I started implementing this via the Perhaps a better approach would be to leverage the |
I've made a new branch mockup-ui-presentation for this issue. |
Implemented in #19 |
... so one does not necessarily have to know WPF to add UI support to block mockups.
The text was updated successfully, but these errors were encountered: