Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a good framework for creating interactive books on the iPad? [closed]

I was wondering if anyone knew the best way to create interactive books for the iPad (such as the Alice in Wonderland and Dr. Seuss books currently available in the App Store)? I am looking at using Cocos2D which seems like it could be a good option. Thanks in advance!

like image 547
Tim Avatar asked Dec 08 '10 09:12

Tim


2 Answers

If you want an intermediate solution (i.e. more than epub but less than cocos2d), try http://bakerframework.com/ It is an HTML5 ebook framework. The "book" portion is developed in HTML5 and the project includes an XCode app to compile the HTML5 into an app that manages page turns, etc. Project is BSD license.

like image 71
Rob Wright Avatar answered Jan 05 '23 01:01

Rob Wright


cocos2d is definitely doable, have a look here. You could also use core animation depending on how interactive you want the book to be.

like image 31
slycrel Avatar answered Jan 05 '23 00:01

slycrel