언어 설정

Menu
Sites
Language
How to port an openGL Game in SDL for windows to tizen.

Hello All,

I have a game that is coded in OpenGL with SDL for windowing operations. I want to port that game to work under tizen environment. I think I will have to use Tizen Command line tools to make this possible. 

Will I have to work with Tizen API's and port each and every line of code or there is a better way to accomplish this task.

Any targeted documentation or sample codes , anything might be greatful.

 

Thanks for your support.

 

 

 

Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 댓글
Chintan Gandhi
Hi Srikanth, You are right saying you need to use Tizen api's for transferring your SDL app to Tizen. And its really user friendly. Just go through this link : https://developer.tizen.org/documentation/articles/tips-porting-existing-opengl-applications-tizen Its all you need. Also there is a sample app for the same @ http://www.imgtec.com/powervr/insider/sdk/KhronosOpenGLES2xSGX.asp Good luck:) Thanks.