Skip to content
Joshua Granick edited this page Jan 1, 2014 · 2 revisions

Compatibility

Support is tested for the Tizen 2.2 developer device, as well as the device simulator. This should be compatible with Tizen devices releasing in 2014.

Dependencies

You must have the Tizen SDK installed. You can use "lime setup" to open the download page, but most importantly, to tell the command-line tools where you have installed the SDK:

lime setup tizen

Targets

Tizen 2.2 devices and the device simulator are supported.

Architectures

Both armv7 and x86 architectures are used, for the device and device simulator targets, respectively.

Components

We use custom windowing for Tizen, and the official OpenAL library included in the platform for sound. Other dependencies include libjpeg, libpng, Freetype and cURL.

Future

Since Tizen is a new platform for us, we expect to see minor (nuanced) changes or improvements over time.

One main feature is not supported, adding support accelerometer sensor data instantly crashed (in stub form, even) each application we tested. We believe this is a Tizen bug (or an error in documentation), and will watch upcoming releases for a fix.

Compiling

You may use the "tizen" target when using "lime" commands:

lime test tizen

You may also use the "-simulator" to target the device simulator:

lime test tizen -simulator
Clone this wiki locally