Torque 3d versus Ogre 3d? [closed] - c++

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
Well Id just like to to ask everyones opinion on which people would recommand:
Ogre 3d which is free found here http://www.ogre3d.org
or
Torque 3d which costs 179 dollars found here http://www.garagegames.com/products/torque-3d
I will be going into my fourth and final year in college soon and I just want to start preparing for it now.
I am doing games development and money isnt an option.
Id just like to get peoples honest opinions

I know only Ogre3D a little bit. I don't know the other one. But my argument is in another direction: I don't think that you need the "extras" that you perhaps can gain from a licensed product. I would use the money for something else. Ogre3D is complex and powerful enough to have you going for a couple of years. And if you really come to an end with it there are either other free alternatives or you can still come back yo Torqu3d.

Related

Graphics programming resources [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I've been lately starting to learn how to draw computer graphics with openGL. I've been seeing a lot of words that I don't know. Eg. Processing pipe, shaders, shader language, graphic buffer,... I have absolutely no idea how graphic processors work, but I wasn't able to find any books which would explain it in a simple manner. Could you please suggest some resources on how computer graphics work?
Interactive Computer Graphics: A Top-Down Approach With Shader-Based OpenGL
Edward Angel & Dave Shreiner, 6th edition
It's the most recent version of a pretty good textbook that goes all the way from basics of vision and creating 3D images to modern GPU shaders. (You do need to know how to program.)

Beginning learning Cocos2D, any recommendable resources? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm beginning to learn Cocos2D, I am personally more of a visual learner so if anyone knows of any good video tutorials they could direct me to, I would very much appreciate it :)
Thank you in advance for your time and any help :)
First off, Cocos2D is an excellent and (relatively) easy engine to get your head around. Good choice! I would highly recommend the book by Steffen Itterheim found here. In just a few days I felt good about using the engine. A few months later, it is second nature. Also check out Kobold2D, which is an extension of Cocos2D that handles a lot of the annoying nitty-gritty stuff for you. Also, Ray Wenderlich has a whole host of Cocos2D online tutorials, but not all of them are up to date with the latest releases.
There is a blog post about good resources to get you started here.

What are some good resources for learning how to program animations? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I have a sound foundation on GLSL, OpenGL, and a lot about 3D graphics techniques in total. However, one concept still confounds me and that is the process of animation.
Does anyone have resources on where I can learn animating meshes in C++? Some examples would be awesome as well. :)
Animation is a lot of work, whether you are going to do it "by hand", or whether you intend to simulate the animation. If simulation is your cup of tea, see this answer I posted a few months ago.

Move to ball like angry bird [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
My question is How to move a ball in cocos 2d using Space manager.but when the ball move the screen will also move like angry bird.
Thanks In Advance.
"Learning Cocos2D" by Strougo and Wenderlich is pretty good, although there are some omissions. For example it doesn't discuss how to save state, although people might be expected to look elsewhere for that because it's standard iOS. http://www.amazon.co.uk/Learning-Cocos2D-Hands-Building-Addison-Wesley/dp/0321735625
On the other hand, Ray Wenderlich's website is fantastic and discusses a lot of stuff that doesn't make it into his book, including saving state. http://www.raywenderlich.com/
Also check out the official Cocos2D programming guide, which is probably how many of us got going. http://www.cocos2d-iphone.org/wiki/doku.php/prog_guide:index
If you don't actually know Objective-C yet, or any other language, Kochan's book is good: http://www.amazon.co.uk/Programming-Objective-Stephen-G-Kochan/dp/0672325861
If you already know something like Java, C++, or C# then O'Reilly's Objective-C Pocket Reference is like a mini-conversion course. It's pretty old but everything in there is stuff you'll still need. http://www.amazon.co.uk/Objective-C-Pocket-Reference-Andrew-Duncan/dp/0596004230

Coldfusion Video tutorials [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I am pretty much interested in learning coldfusion technology.However the text based guide though wonderful seems to be monotonous at times and i frequently lose focus.Even though i have developed my skill in coldfusion with the textual guide i would suggest to come up with video tutorials that will grab prgramers interest.Adobe is on way to bring cf 10 and 11.How about with video tutorials??
Or else if there is any video tutorials available plz provide a link for the same.
Consider this as my suggestion.
Thanks,Tauq
Here they are, AFAIK only CF related video training available:
From Lynda : http://www.lynda.com/ColdFusion-training-tutorials/174-0.html
From VTC : http://www.vtc.com/products/Adobe-ColdFusion-8-Advanced-Tutorials.htm
After you get grip over basics, knock yourself out with HUGE library of how-tos and meetings over at http://www.meetup.com/coldfusionmeetup/messages/boards/
http://tv.adobe.com/product/coldfusion/
http://www.lynda.com/ColdFusion-training-tutorials/174-0.html
http://www.carehart.org/ugtv/
Good luck. :)