-
-
Notifications
You must be signed in to change notification settings - Fork 375
Tizen
Lime is compatible with Tizen 2.2 devices
You must have the Tizen SDK installed. You can use "lime setup" to open a download page, then to tell the command-line tools where your SDK is located:
lime setup tizen
Both Tizen devices and the Tizen device simulator are supported.
armv7 and x86, for device and device simulators, respectively.
We had to use custom windowing in order to support Tizen, but OpenAL support is included with the platform, so we use the system version. Other dependencies include libjpeg, libpng, Freetype and cURL.
In addition to supporting nuanced improvements for Tizen, which may become more apparent over time (or as the platform continues to develop), the primary missing feature for Tizen is accelerometer support. Whenever implemented (even in stub form) adding accelerometer support would crash devices instantly. We're inclined to believe this is a platform bug, and will be watching this with upcoming Tizen SDK releases.
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