Live data from Hacker News

Pixate promises app UI production in pure CSS

webdev360.com

1–10 of 27 posts

Re: Pixate promises app UI production in pure CSS

#5
This 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 iOS apps can't be done purely through Interface Builder.

The Android Layout Editor in Eclipse has a lot more control over features, but I wouldn't expect graphic designers to start creating drawables in XML either.

My thoughts would be to work within the Photoshop ecosystem - a plugin that exported XIBs and Layout XML would probably be the easiest way to go.

Re: Pixate promises app UI production in pure CSS

#7

This 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…

I agree. CSS Hat currently does this for CSS (http://csshat.com/), but it would truly be great there was a "CSS Hat for native mobile" UI's.

Re: Pixate promises app UI production in pure CSS

#10

This 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…

I agree. CSS Hat currently does this for CSS ( http://csshat.com/ ), but it would truly be great there was a "CSS Hat for native mobile" UI's.

That tool is almost exactly the type of thing I was thinking of. Thanks for sharing!
Post reply on HN