..hey guys, any of you already have downloaded IPhone SDK? I mean..did you create apple account and is there any free since I have tried to download but its require email account mac.com and its not free...I thought i can get SDK for free?
Iphone SDK Download
Miscellaneous Forums/MacOS X Discussion/Iphone SDK Download I downloaded the SDK for free.
You must create an apple id account (it can be different from mac.com, i used gmail). Then, after logging in, you can access the download page.
Iphone SDK is integrated with XCode and a has a good emulator for your applications.
You must create an apple id account (it can be different from mac.com, i used gmail). Then, after logging in, you can access the download page.
Iphone SDK is integrated with XCode and a has a good emulator for your applications.
..yup..got it now...great thingy...
i plan to test my opengl in bmax, then try porting it to iphone bit by bit.
@smilertoo: Please have in mind that iPhone does not use OpenGL, but OpenGL|ES. Very similar, but not exactly the same.
You will for sure have to rewrite many things in the port to iPhone, because you used OpenGL functions or features not available on OGLES (for example, glBegin/glEnd, sphere mapping, the GLU library...)
You will for sure have to rewrite many things in the port to iPhone, because you used OpenGL functions or features not available on OGLES (for example, glBegin/glEnd, sphere mapping, the GLU library...)