Questions tagged [sio2]

8 questions
12
votes
2 answers

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

I'm trying to pick between the Oolong and SIO2 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…
Andy Dent
  • 17,578
  • 6
  • 88
  • 115
3
votes
3 answers

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…
Dave
  • 348
  • 1
  • 6
  • 23
1
vote
3 answers

Alternative of Unity & SIO2

I am searching for open source free API just like Unity or SIO2 which I can use for commercial purpose. Kindly tell me if there is any API for iPhone 3D games.
Siddiqui
  • 7,662
  • 17
  • 81
  • 129
1
vote
2 answers

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

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…
Pencrace
  • 11
  • 1
  • 3
1
vote
1 answer

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…
Dave
  • 348
  • 1
  • 6
  • 23
0
votes
2 answers

How to use .blend file in iphone project?

I dont want to use any 3D engine like SIO2 etc engines in my project. But I still want to use .blender 3d files in my normal projects. Can anyone please guide me how I can proceed with that. Thanks
Tariq
  • 9,861
  • 12
  • 62
  • 103
0
votes
2 answers

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…
eliego
  • 2,279
  • 2
  • 18
  • 22
0
votes
3 answers

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…
Dave
  • 348
  • 1
  • 6
  • 23