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!