Click here to Skip to main content
15,886,110 members
Articles / Artificial Intelligence

Rotating Sprite Objects on DirectDraw Wrapper for C#

Rate me:
Please Sign up or sign in to vote.
3.00/5 (4 votes)
9 Dec 2004CPOL4 min read 83.8K   637   25  
Evaluate C# on delivering more than 1000 animated sprites on fullscreen 1280x1024.
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ddw", "ddw.csproj", "{5512340F-CD98-4587-B250-4C660504BA84}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{5512340F-CD98-4587-B250-4C660504BA84}.Debug.ActiveCfg = Debug|.NET
		{5512340F-CD98-4587-B250-4C660504BA84}.Debug.Build.0 = Debug|.NET
		{5512340F-CD98-4587-B250-4C660504BA84}.Release.ActiveCfg = Release|.NET
		{5512340F-CD98-4587-B250-4C660504BA84}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Portugal Portugal
Financial Apps addict since early programming ages;
Statistical Apps writer;
Computer gamming and graphics programmer with a 2 commercial titles: Armor PC/PPC, MidWay XBOX/PC/PPC;
Manic Basketball fan and player;
Traveller;

Comments and Discussions