Re: Wondering about that iPad page curling

2010-04-07 Thread Tito Ciuro
How about this example? You can download the source as well:

http://www.devx.com/wireless/Article/42476/1763/page/3

-- Tito

On Apr 7, 2010, at 1:57 AM, Kiel Gillard wrote:

 Can UIViewAnimationTransitionCurlUp/Down be of any use?
 
 On 07/04/2010, at 2:10 AM, Alex Kac wrote:
 
 Well they may have done it with a private API for CoreImage if that exists 
 (not sure). THey may have done it with OpenGL. They may have taken their 
 CoreImage code on desktop and ported a part of it to iBooks and used that. 
 
 For you, most likely the best way to do it is using OpenGL.
 
 On Apr 6, 2010, at 10:56 AM, Laurent Daudelin wrote:
 
 So, no other response from the regular crowd of resident experts on how 
 Apple engineers did this?
 
 -Laurent.
 -- 
 Laurent Daudelin
 AIM/iChat/Skype:LaurentDaudelin 
 http://nemesys.dyndns.org
 Logiciels Nemesys Software  
 laurent.daude...@gmail.com
 Photo Gallery Store: 
 http://laurentdaudelin.shutterbugstorefront.com/g/galleries
 
 On Apr 5, 2010, at 18:32, Alex Kac wrote:
 
 Except CIFilter doesn't exist on the iPad in a public SDK setting.
 
 On Apr 5, 2010, at 8:22 PM, Laurent Daudelin wrote:
 
 On Apr 5, 2010, at 18:02, Graham Cox wrote:
 
 CIFilter has a page curl transition effect. Just map the 't' value to 
 the mouse/finger location.
 
 --Graham
 
 
 On 06/04/2010, at 10:55 AM, Laurent Daudelin wrote:
 
 I got my hands on an iPad today. I was really impressed with the 
 built-in book reader. When you flip the page while holding your finger 
 down, the page will curl and follow your finger. Very impressive! 
 Anybody has any idea how one would be able to achieve such effect?
 
 
 It's that easy?
 
 -Laurent.
 
 
 ___
 
 Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
 
 Please do not post admin requests or moderator comments to the list.
 Contact the moderators at cocoa-dev-admins(at)lists.apple.com
 
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/alex%40webis.net
 
 This email sent to a...@webis.net
 
 Alex Kac - President and Founder
 Web Information Solutions, Inc.
 
 The optimist proclaims that we live in the best of all possible worlds; and 
 the pessimist fears this is true.
 -- James Clabell
 
 
 
 
 ___
 
 Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
 
 Please do not post admin requests or moderator comments to the list.
 Contact the moderators at cocoa-dev-admins(at)lists.apple.com
 
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/kiel.gillard%40gmail.com
 
 This email sent to kiel.gill...@gmail.com
 
 ___
 
 Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
 
 Please do not post admin requests or moderator comments to the list.
 Contact the moderators at cocoa-dev-admins(at)lists.apple.com
 
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/tciuro%40mac.com
 
 This email sent to tci...@mac.com

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wondering about that iPad page curling

2010-04-07 Thread Fritz Anderson
On 7 Apr 2010, at 5:44 AM, Tito Ciuro wrote:

 How about this example? You can download the source as well:
 
 http://www.devx.com/wireless/Article/42476/1763/page/3

Given that the article's title and opening paragraph suggest that it's about 
something pretty elementary, and site wants a free registration to show you 
any more, I'd like to hear from people who have read the whole thing whether 
page-curling is really in there, and maybe a thumbnail of what the author said.

— F

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wondering about that iPad page curling

2010-04-07 Thread Philip Mobley
On Apr 7, 2010, at 4:46 PM, Fritz Anderson wrote:

 Given that the article's title and opening paragraph suggest that it's about 
 something pretty elementary, and site wants a free registration to show you 
 any more, I'd like to hear from people who have read the whole thing whether 
 page-curling is really in there, and maybe a thumbnail of what the author 
 said.

I signed up and read it... and its there.  The only issue I had with signing up 
is that it seems like that is the only useful iPhone tutorial on the entire 
site.

But in fact the tutorial is quite good, especially for someone familiar with 
Cocoa but hasn't written an iPhone app.  No special hacks were used, just 
declared constants for animation styles.



___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wondering about that iPad page curling

2010-04-06 Thread Laurent Daudelin
So, no other response from the regular crowd of resident experts on how Apple 
engineers did this?

-Laurent.
-- 
Laurent Daudelin
AIM/iChat/Skype:LaurentDaudelin 
http://nemesys.dyndns.org
Logiciels Nemesys Software  
laurent.daude...@gmail.com
Photo Gallery Store: http://laurentdaudelin.shutterbugstorefront.com/g/galleries

On Apr 5, 2010, at 18:32, Alex Kac wrote:

 Except CIFilter doesn't exist on the iPad in a public SDK setting.
 
 On Apr 5, 2010, at 8:22 PM, Laurent Daudelin wrote:
 
 On Apr 5, 2010, at 18:02, Graham Cox wrote:
 
 CIFilter has a page curl transition effect. Just map the 't' value to the 
 mouse/finger location.
 
 --Graham
 
 
 On 06/04/2010, at 10:55 AM, Laurent Daudelin wrote:
 
 I got my hands on an iPad today. I was really impressed with the built-in 
 book reader. When you flip the page while holding your finger down, the 
 page will curl and follow your finger. Very impressive! Anybody has any 
 idea how one would be able to achieve such effect?
 
 
 It's that easy?
 
 -Laurent.
 

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wondering about that iPad page curling

2010-04-06 Thread Alex Kac
Well they may have done it with a private API for CoreImage if that exists (not 
sure). THey may have done it with OpenGL. They may have taken their CoreImage 
code on desktop and ported a part of it to iBooks and used that. 

For you, most likely the best way to do it is using OpenGL.

On Apr 6, 2010, at 10:56 AM, Laurent Daudelin wrote:

 So, no other response from the regular crowd of resident experts on how 
 Apple engineers did this?
 
 -Laurent.
 -- 
 Laurent Daudelin
 AIM/iChat/Skype:LaurentDaudelin   
 http://nemesys.dyndns.org
 Logiciels Nemesys Software
 laurent.daude...@gmail.com
 Photo Gallery Store: 
 http://laurentdaudelin.shutterbugstorefront.com/g/galleries
 
 On Apr 5, 2010, at 18:32, Alex Kac wrote:
 
 Except CIFilter doesn't exist on the iPad in a public SDK setting.
 
 On Apr 5, 2010, at 8:22 PM, Laurent Daudelin wrote:
 
 On Apr 5, 2010, at 18:02, Graham Cox wrote:
 
 CIFilter has a page curl transition effect. Just map the 't' value to the 
 mouse/finger location.
 
 --Graham
 
 
 On 06/04/2010, at 10:55 AM, Laurent Daudelin wrote:
 
 I got my hands on an iPad today. I was really impressed with the built-in 
 book reader. When you flip the page while holding your finger down, the 
 page will curl and follow your finger. Very impressive! Anybody has any 
 idea how one would be able to achieve such effect?
 
 
 It's that easy?
 
 -Laurent.
 
 
 ___
 
 Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
 
 Please do not post admin requests or moderator comments to the list.
 Contact the moderators at cocoa-dev-admins(at)lists.apple.com
 
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/alex%40webis.net
 
 This email sent to a...@webis.net

Alex Kac - President and Founder
Web Information Solutions, Inc.

The optimist proclaims that we live in the best of all possible worlds; and 
the pessimist fears this is true.
-- James Clabell




___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wondering about that iPad page curling

2010-04-06 Thread Laurent Daudelin
Thanks, Alex.

-Laurent.
-- 
Laurent Daudelin
AIM/iChat/Skype:LaurentDaudelin 
http://nemesys.dyndns.org
Logiciels Nemesys Software  
laurent.daude...@gmail.com
Photo Gallery Store: http://laurentdaudelin.shutterbugstorefront.com/g/galleries

On Apr 6, 2010, at 09:10, Alex Kac wrote:

 Well they may have done it with a private API for CoreImage if that exists 
 (not sure). THey may have done it with OpenGL. They may have taken their 
 CoreImage code on desktop and ported a part of it to iBooks and used that. 
 
 For you, most likely the best way to do it is using OpenGL.
 
 On Apr 6, 2010, at 10:56 AM, Laurent Daudelin wrote:
 
 So, no other response from the regular crowd of resident experts on how 
 Apple engineers did this?
 
 -Laurent.
 -- 
 Laurent Daudelin
 AIM/iChat/Skype:LaurentDaudelin  
 http://nemesys.dyndns.org
 Logiciels Nemesys Software   
 laurent.daude...@gmail.com
 Photo Gallery Store: 
 http://laurentdaudelin.shutterbugstorefront.com/g/galleries
 
 On Apr 5, 2010, at 18:32, Alex Kac wrote:
 
 Except CIFilter doesn't exist on the iPad in a public SDK setting.
 
 On Apr 5, 2010, at 8:22 PM, Laurent Daudelin wrote:
 
 On Apr 5, 2010, at 18:02, Graham Cox wrote:
 
 CIFilter has a page curl transition effect. Just map the 't' value to the 
 mouse/finger location.
 
 --Graham
 
 
 On 06/04/2010, at 10:55 AM, Laurent Daudelin wrote:
 
 I got my hands on an iPad today. I was really impressed with the 
 built-in book reader. When you flip the page while holding your finger 
 down, the page will curl and follow your finger. Very impressive! 
 Anybody has any idea how one would be able to achieve such effect?

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wondering about that iPad page curling

2010-04-06 Thread Gleb Dolgich
http://blog.steventroughtonsmith.com/2010/02/apples-ibooks-dynamic-page-curl.html

-- 
Gleb Dolgich
http://pixelespressoapps.com

On 6 Apr 2010, at 16:56, Laurent Daudelin wrote:

 So, no other response from the regular crowd of resident experts on how 
 Apple engineers did this?
 
 -Laurent.
 -- 
 Laurent Daudelin
 AIM/iChat/Skype:LaurentDaudelin   
 http://nemesys.dyndns.org
 Logiciels Nemesys Software
 laurent.daude...@gmail.com
 Photo Gallery Store: 
 http://laurentdaudelin.shutterbugstorefront.com/g/galleries
 
 On Apr 5, 2010, at 18:32, Alex Kac wrote:
 
 Except CIFilter doesn't exist on the iPad in a public SDK setting.
 
 On Apr 5, 2010, at 8:22 PM, Laurent Daudelin wrote:
 
 On Apr 5, 2010, at 18:02, Graham Cox wrote:
 
 CIFilter has a page curl transition effect. Just map the 't' value to the 
 mouse/finger location.
 
 --Graham
 
 
 On 06/04/2010, at 10:55 AM, Laurent Daudelin wrote:
 
 I got my hands on an iPad today. I was really impressed with the built-in 
 book reader. When you flip the page while holding your finger down, the 
 page will curl and follow your finger. Very impressive! Anybody has any 
 idea how one would be able to achieve such effect?
 
 
 It's that easy?
 
 -Laurent.
 
 
 ___
 
 Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
 
 Please do not post admin requests or moderator comments to the list.
 Contact the moderators at cocoa-dev-admins(at)lists.apple.com
 
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/gleb%40proggle.com
 
 This email sent to g...@proggle.com

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wondering about that iPad page curling

2010-04-06 Thread glenn andreas
That relies on undocumented private APIs, which is both off topic for this 
list, and, more importantly, grounds for getting your app rejected when 
submitted to the AppStore.


On Apr 6, 2010, at 2:00 PM, Gleb Dolgich wrote:

 http://blog.steventroughtonsmith.com/2010/02/apples-ibooks-dynamic-page-curl.html
 
 -- 
 Gleb Dolgich
 http://pixelespressoapps.com
 
 On 6 Apr 2010, at 16:56, Laurent Daudelin wrote:
 
 So, no other response from the regular crowd of resident experts on how 
 Apple engineers did this?

Glenn Andreas  gandr...@gandreas.com 
The most merciful thing in the world ... is the inability of the human mind to 
correlate all its contents - HPL

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wondering about that iPad page curling

2010-04-06 Thread Alex Kac
Although from the comments it seems to have garnered a job offer from Apple on 
the Core Animation team. Kind of interesting really.

On Apr 6, 2010, at 2:26 PM, glenn andreas wrote:

 That relies on undocumented private APIs, which is both off topic for this 
 list, and, more importantly, grounds for getting your app rejected when 
 submitted to the AppStore.
 
 
 On Apr 6, 2010, at 2:00 PM, Gleb Dolgich wrote:
 
 http://blog.steventroughtonsmith.com/2010/02/apples-ibooks-dynamic-page-curl.html
 
 -- 
 Gleb Dolgich
 http://pixelespressoapps.com
 
 On 6 Apr 2010, at 16:56, Laurent Daudelin wrote:
 
 So, no other response from the regular crowd of resident experts on how 
 Apple engineers did this?
 
 Glenn Andreas  gandr...@gandreas.com 
 The most merciful thing in the world ... is the inability of the human mind 
 to correlate all its contents - HPL
 
 ___
 
 Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
 
 Please do not post admin requests or moderator comments to the list.
 Contact the moderators at cocoa-dev-admins(at)lists.apple.com
 
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/alex%40webis.net
 
 This email sent to a...@webis.net

Alex Kac - President and Founder
Web Information Solutions, Inc.

The optimist proclaims that we live in the best of all possible worlds; and 
the pessimist fears this is true.
-- James Clabell




___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wondering about that iPad page curling

2010-04-06 Thread Kiel Gillard
Can UIViewAnimationTransitionCurlUp/Down be of any use?

On 07/04/2010, at 2:10 AM, Alex Kac wrote:

 Well they may have done it with a private API for CoreImage if that exists 
 (not sure). THey may have done it with OpenGL. They may have taken their 
 CoreImage code on desktop and ported a part of it to iBooks and used that. 
 
 For you, most likely the best way to do it is using OpenGL.
 
 On Apr 6, 2010, at 10:56 AM, Laurent Daudelin wrote:
 
 So, no other response from the regular crowd of resident experts on how 
 Apple engineers did this?
 
 -Laurent.
 -- 
 Laurent Daudelin
 AIM/iChat/Skype:LaurentDaudelin  
 http://nemesys.dyndns.org
 Logiciels Nemesys Software   
 laurent.daude...@gmail.com
 Photo Gallery Store: 
 http://laurentdaudelin.shutterbugstorefront.com/g/galleries
 
 On Apr 5, 2010, at 18:32, Alex Kac wrote:
 
 Except CIFilter doesn't exist on the iPad in a public SDK setting.
 
 On Apr 5, 2010, at 8:22 PM, Laurent Daudelin wrote:
 
 On Apr 5, 2010, at 18:02, Graham Cox wrote:
 
 CIFilter has a page curl transition effect. Just map the 't' value to the 
 mouse/finger location.
 
 --Graham
 
 
 On 06/04/2010, at 10:55 AM, Laurent Daudelin wrote:
 
 I got my hands on an iPad today. I was really impressed with the 
 built-in book reader. When you flip the page while holding your finger 
 down, the page will curl and follow your finger. Very impressive! 
 Anybody has any idea how one would be able to achieve such effect?
 
 
 It's that easy?
 
 -Laurent.
 
 
 ___
 
 Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
 
 Please do not post admin requests or moderator comments to the list.
 Contact the moderators at cocoa-dev-admins(at)lists.apple.com
 
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/alex%40webis.net
 
 This email sent to a...@webis.net
 
 Alex Kac - President and Founder
 Web Information Solutions, Inc.
 
 The optimist proclaims that we live in the best of all possible worlds; and 
 the pessimist fears this is true.
 -- James Clabell
 
 
 
 
 ___
 
 Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
 
 Please do not post admin requests or moderator comments to the list.
 Contact the moderators at cocoa-dev-admins(at)lists.apple.com
 
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/kiel.gillard%40gmail.com
 
 This email sent to kiel.gill...@gmail.com

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wondering about that iPad page curling

2010-04-05 Thread Graham Cox
CIFilter has a page curl transition effect. Just map the 't' value to the 
mouse/finger location.

--Graham


On 06/04/2010, at 10:55 AM, Laurent Daudelin wrote:

 I got my hands on an iPad today. I was really impressed with the built-in 
 book reader. When you flip the page while holding your finger down, the page 
 will curl and follow your finger. Very impressive! Anybody has any idea how 
 one would be able to achieve such effect?

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wondering about that iPad page curling

2010-04-05 Thread Gleb Dolgich

On 6 Apr 2010, at 01:55, Laurent Daudelin wrote:

 I got my hands on an iPad today. I was really impressed with the built-in 
 book reader. When you flip the page while holding your finger down, the page 
 will curl and follow your finger. Very impressive! Anybody has any idea how 
 one would be able to achieve such effect?

http://blog.steventroughtonsmith.com/2010/02/apples-ibooks-dynamic-page-curl.html

-- 
Gleb Dolgich
http://pixelespressoapps.com/decloner
Decloner -- find and remove duplicate files on your 
Mac___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wondering about that iPad page curling

2010-04-05 Thread Laurent Daudelin
On Apr 5, 2010, at 18:02, Graham Cox wrote:

 CIFilter has a page curl transition effect. Just map the 't' value to the 
 mouse/finger location.
 
 --Graham
 
 
 On 06/04/2010, at 10:55 AM, Laurent Daudelin wrote:
 
 I got my hands on an iPad today. I was really impressed with the built-in 
 book reader. When you flip the page while holding your finger down, the page 
 will curl and follow your finger. Very impressive! Anybody has any idea how 
 one would be able to achieve such effect?
 

It's that easy?

-Laurent.
-- 
Laurent Daudelin
AIM/iChat/Skype:LaurentDaudelin 
http://nemesys.dyndns.org
Logiciels Nemesys Software  
laurent.daude...@gmail.com
Photo Gallery Store: http://laurentdaudelin.shutterbugstorefront.com/g/galleries

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wondering about that iPad page curling

2010-04-05 Thread Alex Kac
Except CIFilter doesn't exist on the iPad in a public SDK setting.

On Apr 5, 2010, at 8:22 PM, Laurent Daudelin wrote:

 On Apr 5, 2010, at 18:02, Graham Cox wrote:
 
 CIFilter has a page curl transition effect. Just map the 't' value to the 
 mouse/finger location.
 
 --Graham
 
 
 On 06/04/2010, at 10:55 AM, Laurent Daudelin wrote:
 
 I got my hands on an iPad today. I was really impressed with the built-in 
 book reader. When you flip the page while holding your finger down, the 
 page will curl and follow your finger. Very impressive! Anybody has any 
 idea how one would be able to achieve such effect?
 
 
 It's that easy?
 
 -Laurent.
 -- 
 Laurent Daudelin
 AIM/iChat/Skype:LaurentDaudelin   
 http://nemesys.dyndns.org
 Logiciels Nemesys Software
 laurent.daude...@gmail.com
 Photo Gallery Store: 
 http://laurentdaudelin.shutterbugstorefront.com/g/galleries
 
 ___
 
 Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
 
 Please do not post admin requests or moderator comments to the list.
 Contact the moderators at cocoa-dev-admins(at)lists.apple.com
 
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/alex%40webis.net
 
 This email sent to a...@webis.net

Alex Kac - President and Founder
Web Information Solutions, Inc.

In the Country of the Blind, the one-eyed man is king.
--Desiderius Erasmus





___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Wondering about that iPad page curling

2010-04-05 Thread Laurent Daudelin
That would be a problem, wouldn't it?

-Laurent.
-- 
Laurent Daudelin
AIM/iChat/Skype:LaurentDaudelin 
http://nemesys.dyndns.org
Logiciels Nemesys Software  
laurent.daude...@gmail.com
Photo Gallery Store: http://laurentdaudelin.shutterbugstorefront.com/g/galleries

On Apr 5, 2010, at 18:32, Alex Kac wrote:

 Except CIFilter doesn't exist on the iPad in a public SDK setting.
 
 On Apr 5, 2010, at 8:22 PM, Laurent Daudelin wrote:
 
 On Apr 5, 2010, at 18:02, Graham Cox wrote:
 
 CIFilter has a page curl transition effect. Just map the 't' value to the 
 mouse/finger location.
 
 --Graham
 
 
 On 06/04/2010, at 10:55 AM, Laurent Daudelin wrote:
 
 I got my hands on an iPad today. I was really impressed with the built-in 
 book reader. When you flip the page while holding your finger down, the 
 page will curl and follow your finger. Very impressive! Anybody has any 
 idea how one would be able to achieve such effect?
 
 
 It's that easy?
 
 -Laurent.
 -- 
 Laurent Daudelin
 AIM/iChat/Skype:LaurentDaudelin  
 http://nemesys.dyndns.org
 Logiciels Nemesys Software   
 laurent.daude...@gmail.com
 Photo Gallery Store: 
 http://laurentdaudelin.shutterbugstorefront.com/g/galleries
 
 ___
 
 Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
 
 Please do not post admin requests or moderator comments to the list.
 Contact the moderators at cocoa-dev-admins(at)lists.apple.com
 
 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/alex%40webis.net
 
 This email sent to a...@webis.net
 
 Alex Kac - President and Founder
 Web Information Solutions, Inc.
 
 In the Country of the Blind, the one-eyed man is king.
 --Desiderius Erasmus
 
 
 
 
 

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com