Pixate promises app UI production in pure CSS
21–27 of 27 posts
Re: Pixate promises app UI production in pure CSS
#22Re: Pixate promises app UI production in pure CSS
#23Re: Pixate promises app UI production in pure CSS
#24Photoshop is awful for designing UIs
Great design has almost nothing to do with the tools used.
That said, I think that Photoshop does have a few core features that designers really like for web design, and then a ton of features that get in the way for that particular use case. So basing a web design tool on those features of PS that are good for web design seems like a reasonable strategy.
Re: Pixate promises app UI production in pure CSS
#25Re: Pixate promises app UI production in pure CSS
#26This seems like it's going about solving mobile UI problems backwards. I think a better approach would be to fill in the gaps between what a graphic designer is used to (Photoshop, Illustrator, Fireworks), and the UI tools that the different platforms offer - Interface Builder and the XML Layout editor for Android. Interface Builder is definitely visual enough for designers, but most of the "cool" effects for modern…
- style templates (CSS or a subset of it) in order to increase reusability.
- access to preprocessed variables in order to define things like fonts and colors in one place that's also usable in code. (Maybe that's already possible but I'm not aware of it).
Some lightweight style plugin could solve both issues.
Re: Pixate promises app UI production in pure CSS
#27This seems like it's going about solving mobile UI problems backwards. I think a better approach would be to fill in the gaps between what a graphic designer is used to (Photoshop, Illustrator, Fireworks), and the UI tools that the different platforms offer - Interface Builder and the XML Layout editor for Android. Interface Builder is definitely visual enough for designers, but most of the "cool" effects for modern…