473,327 Members | 1,930 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,327 software developers and data experts.

C# directx 2d

Does anyone have a link to Visual Studio 2005 directcx 2d sprite
manipulation or just simple graphics with directx 2d.

Jack

--------------------------------------------------------------------------------
Jeg beskyttes af den gratis SPAMfighter til privatbrugere.
Den har indtil videre sparet mig for at få 17573 spam-mails
Betalende brugere får ikke denne besked i deres e-mails.
Hent en gratis SPAMfighter her.
Oct 24 '06 #1
5 4413
Yeah

click Google.

Paste Visual Studio 2005 directx 2d sprite

click search.

"Jack Nielsen" <no_spam ja**********@get2net.dkwrote in message
news:eP**************@TK2MSFTNGP04.phx.gbl...
Does anyone have a link to Visual Studio 2005 directcx 2d sprite
manipulation or just simple graphics with directx 2d.

Jack

--------------------------------------------------------------------------------
Jeg beskyttes af den gratis SPAMfighter til privatbrugere.
Den har indtil videre sparet mig for at få 17573 spam-mails
Betalende brugere får ikke denne besked i deres e-mails.
Hent en gratis SPAMfighter her.

Oct 24 '06 #2
On Tue, 24 Oct 2006 18:28:16 +0200, "Jack Nielsen" <no_spam
ja**********@get2net.dkwrote:
>Does anyone have a link to Visual Studio 2005 directcx 2d sprite
manipulation or just simple graphics with directx 2d.
You could try this:

<http://tinyurl.com/y6dq3f>

It shows how to use DirectDraw7 with C#.

DirectDraw7 came with DirectX 7; DirectX 5,6,7 had separate
"components" (i.e. COM interfaces) for 2D graphics (they were called
"DirectDraw") and for 3D graphics (Direct3D).

With DirectX 8 and 9 there is a single component for graphics, called
DirectGraphics (no more DirectDraw). It manages mainly 3D, and 2D can
be "emulated" using this component and some tricks (e.g. using
textures, etc.).

IMHO, for a beginner, if what you want is a simple 2D sprite animation
using blitting with color-key, DirectDraw is OK (and DirectGraphics
would be too complicated).

If you plan to add features like alpha blending, sprite rotation,
scaling, etc. maybe you could invest some time in learning
DirectGraphics, so you can use 3D hardware acceleration for these
special effects.

Mr.Asm
Oct 24 '06 #3

MrAsm wrote:
With DirectX 8 and 9 there is a single component for graphics, called
DirectGraphics (no more DirectDraw).
....
IMHO, for a beginner, if what you want is a simple 2D sprite animation
using blitting with color-key, DirectDraw is OK (and DirectGraphics
would be too complicated).
Are you saying the older style DirectDraw calls still work on new
versions of DirectX, but they want us to use DrectGraphics instead?

Or, are you saying that we must use DirectGraphics if our computer has
a newer version of DirectX?

Eric

Oct 26 '06 #4
On 26 Oct 2006 05:10:51 -0700, "Eric" <en*********@yahoo.comwrote:
>Are you saying the older style DirectDraw calls still work on new
versions of DirectX, but they want us to use DrectGraphics instead?
Yes, older style DirectDraw calls still work!
DirectGraphics is completely different from DirectDraw, but they live
"side by side" in the system.
>Or, are you saying that we must use DirectGraphics if our computer has
a newer version of DirectX?
No, I have DirectX 9 drivers but old DirectDraw works :)
Oct 27 '06 #5
Hi Jack,

You should look into DirectX 3D stuff (there is managed wrapper out there)
as DirectDraw is way less capable.

--
Miha Markic [MVP C#, INETA Country Leader for Slovenia]
RightHand .NET consulting & development www.rthand.com
Blog: http://cs.rthand.com/blogs/blog_with_righthand/

"Jack Nielsen" <no_spam ja**********@get2net.dkwrote in message
news:eP**************@TK2MSFTNGP04.phx.gbl...
Does anyone have a link to Visual Studio 2005 directcx 2d sprite
manipulation or just simple graphics with directx 2d.

Jack

--------------------------------------------------------------------------------
Jeg beskyttes af den gratis SPAMfighter til privatbrugere.
Den har indtil videre sparet mig for at få 17573 spam-mails
Betalende brugere får ikke denne besked i deres e-mails.
Hent en gratis SPAMfighter her.

Oct 29 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: kastillo | last post by:
Im trying to install directx 9.0 c , but i simply cant . When i run the installer it just says " The installed components are ready to use". This is the report on directx.log : 09/10/05...
2
by: Akkadian123 | last post by:
Hi guys, I'm a student of c#, and I was wondering how one would take advantage of multimedia in most c# apps/games. I assume one would use directx9, since there doesn't seem to be any support...
2
by: Michael Mayer | last post by:
First of all, sorry for the cross-post. Seems like there should be a managed directx newsgroup. I'm trying to open the following sample application that comes with the DirectX SDK....
6
by: ammd | last post by:
Hi, I installed Microsoft DirectX 9.0 SDK (Summer 2004) but when I create a project and try to add the necessary references I can't find them. Does anybody know where to look for them? BTW, I have VS...
2
by: Diego_Atos | last post by:
I want to create objects using directX. I downloaded SDK version of DirectX. I've installed it. Which is the right dll to add to references? I can't find it. thanks -- -Diego (Atos)-
4
by: Junaid Hussain | last post by:
Hi, I am thinking about developing a 3D pool game in C# using DirectX, however when I compile a C# at the command prompt using; csc PoolGame.cs , I get the following error message; The type or...
9
by: Mike P | last post by:
Problems, problems... Im trying to create DirectX Projects within C# and to also look at the latest DirectX C# Samples. I have just installed MS Visual C# .net Standard Edition on my Windows...
0
by: Harvey Cohen | last post by:
Hello all, I have some C# code that implements calls to DirectX.DirectSound. It compiles under both VS .NET 2003 and VS 2005 and runs under VS .NET 2003 and VS 2005 on a Compaq laptop (Windows...
14
by: Jessica Weiner | last post by:
I am writing an application in C# which need to plot graphs and simple shapes (polygons, circles, squares etc). Which library is better for this purpose and why? Thanks.
11
by: raylopez99 | last post by:
I just downloaded the apparently free SDK for DirectX 9, all 200+ MB of it, but as I read about WPF I wonder: is DirectX obsolete? Should I even bother learning how to use it? After all, the end...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.