Tagged Questions
0
votes
1answer
123 views
Ogre3d or OpenGl or other [closed]
I want to learn Graphics for games or use a game engine. I don't know whether to use ogre3d, I know its a rendering engine however android isn't really supported, Boost is used for multithreaded when ...
5
votes
1answer
680 views
Setting up a cross-platform Ogre project on a Git repository
I'm looking to start a cross platform game project using Ogre, and I want to host it on a git repository. I'm collaborating with a friend on this: I'm on a Mac using Xcode, and he's on a PC using ...
1
vote
1answer
351 views
Cross-platform builds with OGRE3D via CMake. Any tips?
I've been trying to compile a simple project for both OSX and Windows platforms, using OGRE3D, but I've got some problems on the way.
I'm using CMake to create my platform specific project files (VS ...