vote up 2 vote down star
1

I've used XNA and Visual Studio 2005 integrated with Flash. I'm curious to see what environments other people use and prefer.

flag

I would be interested to know what you create your models/textures/art with. – James Atkinson Oct 7 '08 at 17:59
I'd love to know how you integrate Flash with Visual Studio? – Iain Oct 15 '08 at 16:05

6 Answers

vote up 1 vote down check

I developed some cross-platform 2D games (Windows as well) and used C++ with Geany and SDL.

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.

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

At Flying Lab for Pirates of the Burning Sea we used Visual Studio 2005. At Divide by Zero for we use Visual Studio 2008.

link|flag
vote up 0 vote down

I use Dev-C++ and SDL

link|flag
vote up 0 vote down

Although not Windows-specific, I have used pygame, which can use DirectX as a backend.

link|flag
vote up 0 vote down

Same. XNA 2.0 in VS2005 or XNA 3.0 in VS2008.

I've also dabbled in darkGDK when I feel like some C++.

link|flag
I'll have to check into darkGDK - I've not done C++ in 3 or 4 years, but it's where I got my start. Thanks for the suggestion. – Joe Morgan Oct 7 '08 at 18:27

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.