What kind of programming environment do you use to write your Windows-based Games? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T10:29:19Z http://stackoverflow.com/feeds/question/179622 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/179622/what-kind-of-programming-environment-do-you-use-to-write-your-windows-based-games 2 What kind of programming environment do you use to write your Windows-based Games? Joe Morgan 2008-10-07T17:52:54Z 2008-10-08T06:43:08Z <p>I've used XNA and Visual Studio 2005 integrated with Flash. I'm curious to see what environments other people use and prefer.</p> http://stackoverflow.com/questions/179622/what-kind-of-programming-environment-do-you-use-to-write-your-windows-based-games/179642#179642 0 Answer by James Atkinson for What kind of programming environment do you use to write your Windows-based Games? James Atkinson 2008-10-07T17:57:22Z 2008-10-07T17:57:22Z <p>Same. XNA 2.0 in VS2005 or XNA 3.0 in VS2008.</p> <p>I've also dabbled in darkGDK when I feel like some C++.</p> http://stackoverflow.com/questions/179622/what-kind-of-programming-environment-do-you-use-to-write-your-windows-based-games/179658#179658 0 Answer by Ben Hoffstein for What kind of programming environment do you use to write your Windows-based Games? Ben Hoffstein 2008-10-07T18:02:08Z 2008-10-07T18:02:08Z <p>Although not Windows-specific, I have used <a href="http://www.pygame.org/" rel="nofollow">pygame</a>, which can use DirectX as a backend.</p> http://stackoverflow.com/questions/179622/what-kind-of-programming-environment-do-you-use-to-write-your-windows-based-games/179670#179670 0 Answer by jwarzech for What kind of programming environment do you use to write your Windows-based Games? jwarzech 2008-10-07T18:07:39Z 2008-10-07T18:07:39Z <p>I use <a href="http://www.bloodshed.net/devcpp.html" rel="nofollow">Dev-C++</a> and <a href="http://www.libsdl.org/" rel="nofollow">SDL</a></p> http://stackoverflow.com/questions/179622/what-kind-of-programming-environment-do-you-use-to-write-your-windows-based-games/179885#179885 1 Answer by Milan Babuškov for What kind of programming environment do you use to write your Windows-based Games? Milan Babuškov 2008-10-07T19:07:21Z 2008-10-07T19:07:21Z <p>I developed some cross-platform 2D games (Windows as well) and used C++ with <a href="http://www.geany.org" rel="nofollow">Geany</a> and <a href="http://libsdl.org" rel="nofollow">SDL</a>.</p> <p>I find SDL to be a great library to make casual games. Of course, if cross-platform means Windows and XBOX for you, then there are other libraries that might be a better choice.</p> http://stackoverflow.com/questions/179622/what-kind-of-programming-environment-do-you-use-to-write-your-windows-based-games/181558#181558 0 Answer by Joe Ludwig for What kind of programming environment do you use to write your Windows-based Games? Joe Ludwig 2008-10-08T06:34:33Z 2008-10-08T06:34:33Z <p>At Flying Lab for Pirates of the Burning Sea we used Visual Studio 2005. At Divide by Zero for we use Visual Studio 2008.</p> http://stackoverflow.com/questions/179622/what-kind-of-programming-environment-do-you-use-to-write-your-windows-based-games/181574#181574 0 Answer by TraumaPony for What kind of programming environment do you use to write your Windows-based Games? TraumaPony 2008-10-08T06:43:08Z 2008-10-08T06:43:08Z <p>Visual Studio 2008 with XNA 3.0 CTP is what I'm using at the moment. A lot of game development shops are still using VS05, however.</p>