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

回眸只為那壹抹淺笑 提交于 2019-11-29 23:19:22

I started my first SIO2 app last night and it was easy to get up & running from the tutorials (the tutorials include a full XCode project that you can load and start hacking on). The tutorial projects are also very well commented - this makes it quicker to pick up.

The interfaces to SIO2 are mostly in C, so your C++ background should make that transition pretty easy.

Even if you don't use it, download SIO2 and open one of the tutorials and check out the comments & code. You'll be able to tell pretty quickly if it's a toolkit & style you like.

Not directly related to speed of uptake, but a big plus for me was the Blender integration. It lets me use a free 3d toolkit to make & export models and then go from there. I saw that Oolong uses 3DS and I'm not sure if Blender exports that format or not so I could be wrong.

If you're curious: SIO2 provides a python script that exports the Blender scene to a zip file. Then, from inside the SIO2 code you reference your objects from the scene and pull them in to your iPhone app.

I try both OOLong and Unity way. I suggest to use unity:

  • Learn Curve is very short if you have a basic game background
  • Unity include a large set of utility outer of 'graphics & audio'
  • With unity you don't care about graphics/audio file format
  • One code for both iOs and Android
  • Full set of pre-assembled asset free from the store
  • Exendible editor to make your level-editor

I spend one year to close a OOLong project. I probably would have saved six months of work with unity.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!