Hi there,
I am trying to integrate Kamcord into Corona SDK. It seems it is possible as per Kamcord website, and I have contacted them already. What I wanted to confirm with you lovely folks is if that is true.
In their guidelines for custom game engine integration, they require you to access the CAEAGLLayer and OpenGL context. As Corona is using OpenGL for all its rendering, is there some way to access the OpenGL layer it uses via enterprise ? The context and controllers are available and I got those, but the layer is a problem.
They have the following guidelines:
https://github.com/kamcord/kamcord-ios-sdk/wiki/Integrating-Kamcord-into-your-game-engine
If anyone has any ideas would appreciate it.