语言

Menu
Sites
Language
DALi 3D Engine & UI Toolkit

Hi,

http://download.tizen.org/misc/media/conference2014/slides/tdc2014--tizen-3d-ui-dali.pdf

It looks like very interesting engine! I would like to try it? How can i do it? Is it support Tizen SDK 2.3?

I've cloned dali-demo and have tried to build it, but have got an error:

error: <gbs>no available repositories found for arch x86_64 under the following repos:
http://download.tizen.org/releases/daily/trunk/ivi/latest/

What i'm doing wrong?

响应

2 回复
daniel kim

Hi,

I could find the DALi in the Tizen 3.0 common as below.

  https://wiki.tizen.org/wiki/Tizen_3.0_Common_2015.Q1

and this is DALi site and it contains the DALi demo. so I suggest you try this one.

   http://ahcox.com/dali-3d-engine/

I wish this will help you.

jang

No support at Tizen SDK 2.3. It will be release at SDK 2.4 not sure. But you can try using dali on Ubunt 12.04.

Clone dali, dali-adaptor, dali-toolkit, dali-demo and build.

Each repository has how can you build it.

like beneath.....

 autoreconf --install
 ./configure --prefix=$DESKTOP_PREFIX
 make install -j8