Porting Ogre3D to Marmalade platform

Discussion of issues specific to mobile platforms such as iOS, Android, Symbian and Meego.
Post Reply
Evandro Millian
Gnoblar
Posts: 5
Joined: Thu May 21, 2009 12:13 pm

Porting Ogre3D to Marmalade platform

Post by Evandro Millian »

Hi people.

I'm working in a port of Ogre3D to Marmalade platform (http://www.madewithmarmalade.com). It's a platform that allows writing once and deploy the application for all mobile platforms with one click. The platform handling file access, sensors, OpenGL ES versions and many other features. You can also create applications with standard C++ APIs, and there are many ports of libraries available.

In this moment, I'm working in support for Tegra 2 and ImgTec APIs, in addition of iOS (that Ogre already supports).

Everybody can follow the status of the port in https://bitbucket.org/evandromillian/og ... -marmalade.
dozent
Gnoblar
Posts: 9
Joined: Thu Feb 14, 2013 4:58 pm

Re: Porting Ogre3D to Marmalade platform

Post by dozent »

Hello!
Thank you for you work.
I have a question. How right use your extension? I compile it and have errors. I fix it but can't all fix. Now My app crash on lines OgreGLES2RenderSystem.cpp:

Code: Select all

                GLSLESLinkProgram* linkProgram = GLSLESLinkProgramManager::getSingleton().getActiveLinkProgram();
				if (!linkProgram->isAttributeValid(sem, elem->getIndex()))
linkProgram is empty. I see that empty is mVertexProgram, mFragmentProgram end some other.
Maybe you can get some example of project? I want use ogre on iOS and android.
Thanks!
Post Reply