Tagged Questions
The sio2 tag has no wiki summary.
7
votes
1answer
8k views
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 ...
1
vote
2answers
655 views
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.
1
vote
2answers
1k views
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 ...
1
vote
1answer
253 views
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 ...
1
vote
2answers
203 views
What engine to choose for bowling-like game?
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?
...
0
votes
2answers
99 views
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
0
votes
0answers
217 views
xcode libvorbis all_load ios iphone
I am pretty noobie when it comes to work with static libraries.
I am trying to have the SIO2 engine to compile using -all_load flag (I am using a bunch of other libraries that don't work without the ...
0
votes
2answers
271 views
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 ...
0
votes
2answers
261 views
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 : ...
0
votes
3answers
528 views
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++ ...
0
votes
1answer
217 views
SIO2 Interactive SDK camera Moving
does somebody know how to move the camera to a specific position?