Hi Miriam,
On Wed, Jul 4, 2012 at 1:04 PM, Miriam Melnick <
miriam....@gmail.com> wrote:
> I am thinking of taking this on as my undergraduate thesis project. It
> sounds like the Android app already exists and an iPad app is desired?
Correct: An Android app exists, but no iOS port. The Android app is
based on an earlier version of the web code and doesn't use the
resource format that the current web version uses though. (Sadly, the
geometry packer used by body outputs .js files instead of .json files,
but that could probably be fixed.) The Android version is checked in
to SVN.
The Android version is currently written completely in Java. If you do
an iOS port, you'd have to decide if you want to make an Objective-C
port, or if you'd want to try to create a C library that could be used
by both iOS and Android for most of the app. Not sharing code is
easier to do and probably better suited to an undergraduate thesis
project.
Note that the Zygote Body data isn't open-source, and it's not
guaranteed that the Zygote folks would create a Zygote Body app using
your code. (They didn't create a Zygote Body Android app either, even
though the code is there.)
Nico