Tagged Questions

6
votes
11answers
1k views

What programming language is used for video games?

What kind of languages and IDEs are used to develop video games? like Xbox 360 games? Are they OOP? Thanks. UPDATE: Great answers guys, I am sorry I can only mark 1 as answer, y …
0
votes
8answers
292 views

Programming in gamedev (performance related)

I am just wondering how some things work in gamedev: I know, that the performance is actually crucial so there is still (and I think never will be) no place to use managed langua …
8
votes
9answers
468 views

Is there an equivalent to the XNA framework for consoles other than XBox360?

It's gotta be free. It's hobby, after all, not a business!. Creating for-profit software isn't an issue, but anything that requires a hardware mod is out.
40
votes
6answers
5k views

Tutorials for Wii programming

I have a Nintendo Wii, and I've got devkitpro working to load some simple programs. The example source code that I've been able to find is very simplistic, such as drawing and rot …
3
votes
2answers
436 views

What makes building game console emulators so hard

I've been doing some reading about the people building an emulator for the Wii and it seems that given that it is nothing more then a beefed up GameCube, or the Nintendo64, so what …
8
votes
2answers
643 views

PlayStation 2 game development on any console?

I'm interested in creating software/games for Sony PlayStation 2 consoles since they contain powerful processors for graphics (GPUs), floating-point calculations and general CPU. …