What kind of programming environment do you use to write your Windows-based Games? - Stack Overflow most recent 30 from stackoverflow.com2009-11-28T10:29:19Zhttp://stackoverflow.com/feeds/question/179622http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/179622/what-kind-of-programming-environment-do-you-use-to-write-your-windows-based-games2What kind of programming environment do you use to write your Windows-based Games?Joe Morgan2008-10-07T17:52:54Z2008-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#1796420Answer by James Atkinson for What kind of programming environment do you use to write your Windows-based Games?James Atkinson2008-10-07T17:57:22Z2008-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#1796580Answer by Ben Hoffstein for What kind of programming environment do you use to write your Windows-based Games?Ben Hoffstein2008-10-07T18:02:08Z2008-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#1796700Answer by jwarzech for What kind of programming environment do you use to write your Windows-based Games?jwarzech2008-10-07T18:07:39Z2008-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#1798851Answer by Milan Babuškov for What kind of programming environment do you use to write your Windows-based Games?Milan Babuškov2008-10-07T19:07:21Z2008-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#1815580Answer by Joe Ludwig for What kind of programming environment do you use to write your Windows-based Games?Joe Ludwig2008-10-08T06:34:33Z2008-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#1815740Answer by TraumaPony for What kind of programming environment do you use to write your Windows-based Games?TraumaPony2008-10-08T06:43:08Z2008-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>