Torque Book
by Noah Gomes · in General Discussion · 12/07/2006 (2:27 pm) · 8 replies
Edward F. Maurina III
Hi. I was wondering if your book has an ebook format because I'm disable and I can't use my hands to turn the pages. I graduated from ITT TECH in game design. I am starting a game business.
Let me know about the book
Thanks
Noah
Hi. I was wondering if your book has an ebook format because I'm disable and I can't use my hands to turn the pages. I graduated from ITT TECH in game design. I am starting a game business.
Let me know about the book
Thanks
Noah
About the author
#2
Regardless, the fact that there is an electronic versions means you might be able to find them around, but then they may not be what you're after as they're not so targeted at programing as scripting.
12/08/2006 (4:02 am)
Not sure about The Game Programmer's Guide to Torque, but I do know that both of Kenneth C Finney's books (3D Game Programming All in One and the advanced version of the same) are available on ebrary. You might be able to access ebrary through your local library or through a university library near you, but I don't think it's generally available to individuals.Regardless, the fact that there is an electronic versions means you might be able to find them around, but then they may not be what you're after as they're not so targeted at programing as scripting.
#3
I am not a really good codder, but I need to learn to make my first real game. Should I learn C# or C++? Look at this site http://www.learnvisualstudio.net
Do you know of any vedio learning sites or dvds for torque language
12/08/2006 (11:46 am)
I read some of the Finney's books OK the ITT virtual library. I am not a really good codder, but I need to learn to make my first real game. Should I learn C# or C++? Look at this site http://www.learnvisualstudio.net
Do you know of any vedio learning sites or dvds for torque language
#4
-C# is part of the .NET Framework, which means it is Windows only,
-C# is managed, much making it easier to write and learn.
-The Visual C# is very forgiving and user-friendly
-C++ can be difficult to learn at first.
-C++ is not very forgiving.
-C++ is usually much faster then C#
-It is normally harder to make a C# program run as fast as a C++ program, though if optimized currently, C# will run at almost the same, if not the same, speed as a C++ program.
-C++ is much more developed, making it easier to develop games for.
-C# is very new, which means there are not very many 3D engines and game dev resources on it.
Again, these are just my opinions(though based on what I have read). Do a few Yahoo! searches for C++ vs C#, if you can dig through the biased forum posts you can find some very easy things.
Also, some helpful links-
Managed code article-
en.wikipedia.org/wiki/Managed_code
C++ article-
en.wikipedia.org/wiki/C%2B%2B
C Sharp article-
en.wikipedia.org/wiki/C_Sharp
Microsoft Visual C Sharp article-
en.wikipedia.org/wiki/Microsoft_Visual_C_Sharp
Microsoft Visual C++ article-
en.wikipedia.org/wiki/Visual_C%2B%2B
Microsoft Visual Studio Express Edition site(download C#, Visual Basic, and C++ completely free and unrestricted)-
msdn.microsoft.com/vstudio/express/
Enjoy,
Okashira
12/08/2006 (12:00 pm)
Just a few things on C++ or C# - -C# is part of the .NET Framework, which means it is Windows only,
-C# is managed, much making it easier to write and learn.
-The Visual C# is very forgiving and user-friendly
-C++ can be difficult to learn at first.
-C++ is not very forgiving.
-C++ is usually much faster then C#
-It is normally harder to make a C# program run as fast as a C++ program, though if optimized currently, C# will run at almost the same, if not the same, speed as a C++ program.
-C++ is much more developed, making it easier to develop games for.
-C# is very new, which means there are not very many 3D engines and game dev resources on it.
Again, these are just my opinions(though based on what I have read). Do a few Yahoo! searches for C++ vs C#, if you can dig through the biased forum posts you can find some very easy things.
Also, some helpful links-
Managed code article-
en.wikipedia.org/wiki/Managed_code
C++ article-
en.wikipedia.org/wiki/C%2B%2B
C Sharp article-
en.wikipedia.org/wiki/C_Sharp
Microsoft Visual C Sharp article-
en.wikipedia.org/wiki/Microsoft_Visual_C_Sharp
Microsoft Visual C++ article-
en.wikipedia.org/wiki/Visual_C%2B%2B
Microsoft Visual Studio Express Edition site(download C#, Visual Basic, and C++ completely free and unrestricted)-
msdn.microsoft.com/vstudio/express/
Enjoy,
Okashira
#5
12/08/2006 (12:43 pm)
Wholly C batman!
#6
12/08/2006 (3:56 pm)
Thanks bud
#7
12/09/2006 (5:11 am)
No problem ;)
#8
12/09/2006 (5:19 am)
No problem ;)
Torque Owner Okashira