[–] dsego 12y ago ↗ The new iOS icon shape seems to imitate ubuntu phone (http://www.ubuntu.com/phone/app-ecosystem).
[–] elsurudo 12y ago ↗ The PaintCode team continue to impress... Great app! Really helped me to generate the drawing code for my custom, dynamic UIViews.
[–] ginko 12y ago ↗ So it's more like the squircle[1] shape used by Nokia in their Symbian and Meego phones.[1]https://en.wikipedia.org/wiki/Squircle
[–] jlas 12y ago ↗ As a non-designer techie I'm always amazed when I see articles showing the subtle differences in the new iOS or OSX.I usually don't consciously perceive the subtlety, so seeing these detailed articles helps me appreciate the effort that went into the design.
[–] malkia 12y ago ↗ I've collected few rounded square (squircles :)) codes using cairo (through luajit):http://cairographics.org/cookbook/roundedrectangles/http://graphics.stanford.edu/courses/cs248-98-fall/Final/q1....and two more here (but I forgot to put the links where I got the code from, and I don't recall being my original code):https://github.com/malkia/ufo/blob/master/samples/cairo/ui.l... gfx:round_rect_a() gfx:round_rect_b() gfx:round_rect_c() gfx:round_rect_d()
6 comments
[ 708 ms ] story [ 2230 ms ] thread[1]https://en.wikipedia.org/wiki/Squircle
I usually don't consciously perceive the subtlety, so seeing these detailed articles helps me appreciate the effort that went into the design.
http://cairographics.org/cookbook/roundedrectangles/
http://graphics.stanford.edu/courses/cs248-98-fall/Final/q1....
and two more here (but I forgot to put the links where I got the code from, and I don't recall being my original code):
https://github.com/malkia/ufo/blob/master/samples/cairo/ui.l...