Hi all!
I'm newbie in Tizen development. I will port my flash game to Tizen-platform. And now i found two paths to implement that:
- Using OPENGL or EGL.
- Using Tizen::Ui::Controls::Animation with Tizen::Ui::Animations::VisualElement. I will get canvas from Animation and put it in VisualElement on form.
At this time i have question about performance of second way - using standart Animation and VisualElement. Can someone answer on this important for me question and which way is better?