-
-
Notifications
You must be signed in to change notification settings - Fork 375
Tizen
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.
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
Tizen 2.2 devices and the device simulator are supported.
Both armv7 and x86 architectures are used, for the device and device simulator targets, respectively.
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.
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.
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