Languages

Menu
Sites
Language
Possible to create native application without OSP?

Hi!

We are interested in porting a standards-based C++, OpenGL codebase for use on Tizen. I have noticed that all the samples and templates use OSP, I was wondering if it is feasible to support Tizen without it?

For example, we would like to use "main" instead of "OspMain", and instead of placing GL rendering within a managed class, we would like to handle rendering ourselves, (generally) driven by a standard main loop with system events. Is there a way to do this on Tizen?

I understand the benefits of OSP if you are creating a UI application, but being connected to the Linux Foundaton, I had assumed you could port standard Linux-style OpenGL applications over, without a refactor?

Thanks for your help!

Responses

3 Replies
kimi

Hi,

AFAIK, there is no such option.

 

Kimi.

 

John Ixion

It's possible on Tizen IVI

Joshua Granick

We'll try and get running through OSP for now, even though it creates some hardship. We appreciate the help, and thanks!