sio2

Oolong, SIO2 or commercial Game engine for 3D iPhone Games newbie?

I'm trying to pick between the Oolong and SIO2 free iPhone game engines for my first game programming project. I have some Cocoa experience and many years of C++ including relatively low level 2D graphics and developing Quicktime plugins but only minor OpenGL exposure. Which engine would be easiest to learn and most productive for someon...

SIO2 Interactive SDK camera Moving

hello, does somebody know how to move the camera to a specific position? ...

What engine to choose for bowling-like game?

Hi! I wanna write some sort of bowling game on iPhone. I've read about SIO2 and Unity but I want to know developers opinion about what engine fits to my task with minimum efforts. What do you recommend? thx. ...

Opengl Triangle instead of square

Im trying to create a spinning square inside of xcode using opengl but instead for some reason I have a spinning triangle? I'm doing this inside of sio2 but I dont think this is the problem. Here is the triangle: http://img220.imageshack.us/img220/7051/snapzproxscreensnapz001.png Here is my code: void templateRender( void ) { con...

Recommendations for C++ open source game engines on IPhone

I decided that I want to make a game for the iphone I was thinking of using oolong or sio2 any recommendations? Both have the problem of lack of tutorials, is it possible to somehow use a normal C++ game tutorial and integreate the engines rather than the one used in the tutorials? So if the C++ tutorial talks of creating an engine I c...

Why is it so hard to find a C++ 3d game tutorial

I'm planning on learning 3d game development for the iphone using a 3d engine, but because of lack of tutorials for the iphone I was planning on using C++ game tutorials and making the necessary changes. The problem is that I've had limited success when searching for things such as 'c++ 3d fps tutorial ' I dont really get anything usefu...

OpenGL unwanted color fading problem on triangle strip. Want to get uniform color over the triangle

Hello everyone, Here's my problem. I'm drawing a box using a GL_TRIANGLE_STRIP. There is no texture involved, no material and no shaders. I'm just rendering colored triangle. You can see what it looks like here : Fail box But as you can see, I've some clear color fading problem. There is no lighting activated either. Here the code I...

Rubik's Cube iphone Application

Hello Everyone, I am working on Rubik's Cube iphone application. But i am stuck in the middle of the development. I am using SIO2 Gaming Engine for the development. Can anyone please provide some sample source code for Rubik's Cube iphone application. Thanks & Regards Tariq ...

How can I make a box's edges smooth without anti-aliasing?

I'm creating a dice game for the iPhone. I'm using SIO2 as engine, but I think this question is more general OpenGL-related. Since the iPhone lacks support for anti-aliasing, my dice looks kind of edgy. If possible, I'd like to make the edges of the die rounded and smooth instead of sharp. I've found one app, MotionX, that manages to d...

How to load ModelView matrix dynamically for sio2 model in sio2 game engine??

Hi trying to implement AR using Sio2 and I need to update the modelview matrix sio2 model(blend) dynamically, is there any sio2 API to do so. ...