Hm... I have installed xcode 4 and when I create a new GLES project ... the EAGL and delegate.m dont look exactly the same ... and I also dont see the cube spinnin when I run my test program.... id there a big difference between the versions? Also could you make an updated video highlighting the changes??.... thanks... as you might have guessed already... I am a n00b... :D
is there any way i can create my own games straight from my ipod? i know i can create animations on my ipod using animation creator, put is there any app to let me develop games on it? thanks ;)
I have a problem. I have Xcode 4 installed. And the framework that it provides is not the same as the of the earlier versions. Like for instance in this video, all the stuff you were showing us to delete I didnt even have. Can you help me out. Do I just need to install the earlier version? Thanks.
@gauravdawg iPhone SDK requires you have another framework for making games including sprites, characters, actions. Now the best 2d game un-native framework and application templates is cocos2d
Hi Mike. I've been looking at your tutorials and I LOVE them. They really helped me develop a killer game. However, I have one question: I signed up for apple development program and when I launch the app onto my iphone using xcode (not simulator), i get close to 60fps. But when I click on the icon for my game on my iphone without launching it through xcode, i get only 48 fps. Is xcode doing something special that my iphone gets more fps when launched by xcode? Thanks.
can u please point out the mistake i have done? when i follow your instructions i get a ES1Renderer.h and its corresponding m file, ES2Renderer.h and its corresponding m file, EAGLView.h and its corresponding m file along with the deligate file. May i know what is wrong there? is my xcode of a different version of does it create a project for a different iOS version?
This video is brilliant, but do you think you could post updated versions of this same tutorial for coding for the new iOS 4.2? Again, great tutorial!
Thanks a lot, Mike! Great set of tutorials. It's nice to hear an experienced programmer talking through what they're doing, helping newbies like myself to get a better overview of what it's all about - even if I don't fully understand a lot of the finer details.
Hi and thank you for the Tutorial. I'm trying to get into iPhone game development and this is the first video tutorial that I watch. My question before I go any further, Do I need a MAC to develope games for iPhone?? Are there windows based development tools on PC?
@elvissongman Unfortunately you do need a Mac to develop for the iPhone platform. I have heard of ways to develop on other platforms for the iPhone, but they are complex and eventually you need to use Xcode to get your application ready for distribution.
@mikefdaley Thank you Mike, it did help. I guess I should start saving for a mini-mac. I'm a litle bit confused on what development software I should be using, some say xcode, others say objective-C, others say torque2D....etc. I'm a c++ programmer and I've always used visual studio.
@elvissongman Objective-C is a programming language. It's another branch off of C, so if you know C you'll be fine. C++ and Visual studio are for PCs, Objective-C and Xcode are for macs.
Objective-C is to C++ as XCode is to Visual Studio.
I also believe you can write C++ in xcode, but I don't know if you can for iPhone development.
@elvissongman Objective-C is the main programming language used in xcode. The thing is . . . xcode comes with a nifty iPad simulator while the others have runtime. xcode is actually an official Apple development software so you have to register as an Apple Developer (developer.apple.com) in order to download their resources. It's free until you decide to join membership as an iPhone/Mac app publisher ($99/year).
with so many crappy iPhone learning sites out there, developers are having a hard time finding the right training resource and program. EDUmobile. ORG has changed that with their iPhone Training Program that is currently teaching over 100 students.
...I just realized that this is two years old.
Is this going to work on Xcode 4.2.1?
TheDevilbuster 1 month ago
@TheDevilbuster 1 month later yes it will however the layout is different
webbypictures 6 days ago
This has been flagged as spam show
Go to freegiveawayrewards.info for an iPhone 4s giveaway xD
pepitanxh 4 months ago
This has been flagged as spam show
Go to freegiveawayrewards.info for an iPhone 4s giveaway xD
Nice vid :)
beattywq 4 months ago
Hm... I have installed xcode 4 and when I create a new GLES project ... the EAGL and delegate.m dont look exactly the same ... and I also dont see the cube spinnin when I run my test program.... id there a big difference between the versions? Also could you make an updated video highlighting the changes??.... thanks... as you might have guessed already... I am a n00b... :D
sidshekar 7 months ago
Comment removed
malorfan 7 months ago
is there any way i can create my own games straight from my ipod? i know i can create animations on my ipod using animation creator, put is there any app to let me develop games on it? thanks ;)
LukaKotar 8 months ago
@LukaKotar no
MrJagaloon 7 months ago
@LukaKotar If you can put Xcode onto your iPod, it might work.
Assuming your iPod runs on Lion OS, or at least Snow Leopard. Otherwise, I doubt it.
TheDevilbuster 1 month ago
71^2 = 5041!
moondanceff 9 months ago
Hello bro, I have a question. Do we can earn money if we make free apps?
Daran728 10 months ago
@Daran728 no
robintimothycard 9 months ago
@Daran728 you can if you include ads in the free app.
apresskiing 8 months ago
@Daran728 You can make money from free apps with adds and in game purchases
MrJagaloon 7 months ago
71 squared is 5041!!!
moondanceff 10 months ago
I have a problem. I have Xcode 4 installed. And the framework that it provides is not the same as the of the earlier versions. Like for instance in this video, all the stuff you were showing us to delete I didnt even have. Can you help me out. Do I just need to install the earlier version? Thanks.
98cwc 11 months ago
@98cwc I'm facing the same problem. Damn you Xcode 4 :(
tranceloop 8 months ago
@98cwc you just have to figure it out. I have had issues with this as well. srry
MrJagaloon 7 months ago
hi , i am starting to learn iphone app developement... which sdk do you suggest cocos2d or the apple iphone sdk .. please let me know thanks..
gauravdawg 11 months ago
@gauravdawg iPhone SDK requires you have another framework for making games including sprites, characters, actions. Now the best 2d game un-native framework and application templates is cocos2d
GeminiSon 10 months ago
Hi Mike. I've been looking at your tutorials and I LOVE them. They really helped me develop a killer game. However, I have one question: I signed up for apple development program and when I launch the app onto my iphone using xcode (not simulator), i get close to 60fps. But when I click on the icon for my game on my iphone without launching it through xcode, i get only 48 fps. Is xcode doing something special that my iphone gets more fps when launched by xcode? Thanks.
macbeasty 11 months ago
where i can download crash landing? I got it but it is gma efor launching shuttle game? Is that same one? Please confirm or provide link.
thanks.
miliraj11 1 year ago
can u please point out the mistake i have done? when i follow your instructions i get a ES1Renderer.h and its corresponding m file, ES2Renderer.h and its corresponding m file, EAGLView.h and its corresponding m file along with the deligate file. May i know what is wrong there? is my xcode of a different version of does it create a project for a different iOS version?
alphaquest86 1 year ago
I started following you today!.Thanks for the nice videos.
raazs35 1 year ago
you play go!? so do i!
SPcopyright 1 year ago
This video is brilliant, but do you think you could post updated versions of this same tutorial for coding for the new iOS 4.2? Again, great tutorial!
scifiknux 1 year ago
This has been flagged as spam show
You cannot afford iphone? Check out giveaway at gifter7 . com You can get one NOW
Liked it
SharonGarzan 1 year ago
where i can download the "crash landing" example? link please~
altu892 1 year ago
Selling the source code for my game on iTunes, check it out, its called Missile o Mine.
Great way to start making money on App Store
Price is $500 usd (non exclusive)
contact me at jimmy at the adress on the itunes link
apuvail 1 year ago
@apuvail
never
JointBuster 1 year ago
I don't Have access To the SERVER CAN YOU POST THE SOURCE CODE
GaryTheGadgetGuy123 1 year ago
I can't believe someone gave this video a thumbs-down . . .
I'm glad I joined the Apple Developer Program. I didn't know a thing about Objective C until this video! Thanks!
Nickerwhack 1 year ago
Excellent Mike. Great tutorial.
mychongck 1 year ago
Thanks a lot, Mike! Great set of tutorials. It's nice to hear an experienced programmer talking through what they're doing, helping newbies like myself to get a better overview of what it's all about - even if I don't fully understand a lot of the finer details.
gjtaylor99 1 year ago
Comment removed
mychongck 1 year ago
Hi and thank you for the Tutorial. I'm trying to get into iPhone game development and this is the first video tutorial that I watch. My question before I go any further, Do I need a MAC to develope games for iPhone?? Are there windows based development tools on PC?
Thanks again.
elvissongman 1 year ago
@elvissongman Unfortunately you do need a Mac to develop for the iPhone platform. I have heard of ways to develop on other platforms for the iPhone, but they are complex and eventually you need to use Xcode to get your application ready for distribution.
Hope that helps
Mike
mikefdaley 1 year ago
@mikefdaley Thank you Mike, it did help. I guess I should start saving for a mini-mac. I'm a litle bit confused on what development software I should be using, some say xcode, others say objective-C, others say torque2D....etc. I'm a c++ programmer and I've always used visual studio.
elvissongman 1 year ago
@elvissongman Objective-C is a programming language. It's another branch off of C, so if you know C you'll be fine. C++ and Visual studio are for PCs, Objective-C and Xcode are for macs.
Objective-C is to C++ as XCode is to Visual Studio.
I also believe you can write C++ in xcode, but I don't know if you can for iPhone development.
NPKing123 1 year ago
@NPKing123 yes, you can write C++ for iphone development.
iMurph01 1 year ago
@elvissongman Objective-C is the main programming language used in xcode. The thing is . . . xcode comes with a nifty iPad simulator while the others have runtime. xcode is actually an official Apple development software so you have to register as an Apple Developer (developer.apple.com) in order to download their resources. It's free until you decide to join membership as an iPhone/Mac app publisher ($99/year).
Nickerwhack 1 year ago
too bad i don't have a mac, i should get one later on... >.>
Martiinkun 1 year ago
KEEP THEM COMING!
daniel44dan 2 years ago
Nice tutorial.
But I can't switch to HD. ^^
fabse64 2 years ago
This has been flagged as spam show
with so many crappy iPhone learning sites out there, developers are having a hard time finding the right training resource and program. EDUmobile. ORG has changed that with their iPhone Training Program that is currently teaching over 100 students.
rathodkk 2 years ago
Great tutorial!
yibbleware 2 years ago
nice !
moving on to tutorial 2 :-)
peace 5041
ol1dammara 2 years ago
thank you great explained tutorials :)
keep it up
HAZ2575 2 years ago 2
Thank you
Ry4ns13 2 years ago 2