How do I make a game with 3D graphics?

2015-09-26 3:48 pm
Hi, I learned programming a little while ago (Visual Basic) and I want to make a space-themed game with 3D graphics.What languages/tools/etc. do people typically use when doing this?
更新1:

Oh, and how much do these tools typically cost?

回答 (3)

2015-09-26 3:57 pm
The tools are usually free but it's the training/books you pay for.

You can use programs like Gamemaker which give you an all in one toolset.

But Swift, Hadoop, and Xamarin are common languages depending on what platform you're going for,
2016-05-10 11:06 pm
Create Animations Like Pixar - http://3dAnimationCartoons.com/?OwXW
2015-09-26 6:22 pm
Typically C / C++, that's the commonest language for the majority of serious programs, especially where processing speed is crucial such as with real-time game graphics.

There are quite a few free development systems for working with C, both for PCs and mobile devices.
eg. Codeblocks or the free version of MS Visual C++
Some examples: http://www.wtfdiary.com/2012/08/8-best-and-free-ide-for-c-and-c.html


For a system that can be used with any form of device - desktop / laptop / phone / tablet - look at Marmalade.
There is a free version of that and there are masses of sample code fragments and up to complete games.
It includes OpenGL capability so is fully capable of real-time 3D graphics on any of these systems.

https://www.madewithmarmalade.com/

http://www.drmop.com/index.php/2011/09/12/hello-marmalade-introduction-to-the-marmalade-sdk-the-ultimate-cross-platform-sdk-for-smart-phones-and-tablets/



(Re. another answer - Swift is an alternate language for Apple devices and Hadoop is a distributed data store, not a programming language as such..)


收錄日期: 2021-04-21 18:11:59
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20150926074839AAyD8En

檢視 Wayback Machine 備份