473,466 Members | 1,388 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Game Programming

What's the deal with DirectX from a .NET point of view?
Nov 15 '05 #1
10 1670
n!
> What's the deal with DirectX from a .NET point of view?

That's not very specific :) What did you want to know about it? It's very
good, I'm using it to work on a C# learning project (screenshot:
http://www.btinternet.com/~nfactorial/heightpic.jpg).

There's also a newsgroup for managed DirectX
(microsoft.public.win32.programmer.directx.managed ).

n!
Nov 15 '05 #2
Depends on what you want to do. A lot of things are possible but some aren't
and possibly never will be ( like writing filters )

Yves

"C# Learner" <cs****@learner.here> schreef in bericht
news:5t********************************@4ax.com...
What's the deal with DirectX from a .NET point of view?

Nov 15 '05 #3
"The deal is" that DirectX 9.0b has a managed interface available to C# and
C++.NET and VB.NET developers. The managed interface is only managed at the
API level--where you're running your C# (or other managed) code, whereas
it's still native & unmanaged internally, so the end result is that DirectX
9 is pretty fast even in C# and even using Direct3D, etc.

For more info, visit http://msdn.microsoft.com/directx/

Jon
"C# Learner" <cs****@learner.here> wrote in message
news:5t********************************@4ax.com...
What's the deal with DirectX from a .NET point of view?

Nov 15 '05 #4
n!
> Depends on what you want to do. A lot of things are possible but some
aren't
and possibly never will be ( like writing filters )


What do you mean by 'filters'? It's certainly possible to write image
processing filters using shaders and Direct3D :)

n!
Nov 15 '05 #5
"n!" <nf********@nomailplease.com> wrote:
What's the deal with DirectX from a .NET point of view?


That's not very specific :) What did you want to know about it? It's very
good, I'm using it to work on a C# learning project (screenshot:
http://www.btinternet.com/~nfactorial/heightpic.jpg).


Nice.

Do you know where I might find some sample code on the Web? Samples
of just using DirectX in C#.
Nov 15 '05 #6
Download the full SDK. It is chock full of all kinds of excellent C# samples
of nearly everything previously only sampled in C++!

Jon
"C# Learner" <cs****@learner.here> wrote in message
news:nn********************************@4ax.com...
"n!" <nf********@nomailplease.com> wrote:
What's the deal with DirectX from a .NET point of view?


That's not very specific :) What did you want to know about it? It's very
good, I'm using it to work on a C# learning project (screenshot:
http://www.btinternet.com/~nfactorial/heightpic.jpg).


Nice.

Do you know where I might find some sample code on the Web? Samples
of just using DirectX in C#.

Nov 15 '05 #7
"Jon Davis" <jo*@REMOVE.ME.PLEASE.jondavis.net> wrote:
Download the full SDK. It is chock full of all kinds of excellent C# samples
of nearly everything previously only sampled in C++!

Jon


Thanks Jon, will do.
Nov 15 '05 #8
Be sure to get the Summer 2003 version of the SDK.
"C# Learner" <cs****@learner.here> wrote in message
news:do********************************@4ax.com...
"Jon Davis" <jo*@REMOVE.ME.PLEASE.jondavis.net> wrote:
Download the full SDK. It is chock full of all kinds of excellent C# samplesof nearly everything previously only sampled in C++!

Jon


Thanks Jon, will do.

Nov 15 '05 #9
"C# Learner" <cs****@learner.here> wrote in message
news:nn********************************@4ax.com...
"n!" <nf********@nomailplease.com> wrote:

Do you know where I might find some sample code on the Web? Samples of just using DirectX in C#.


Check out this fine sample:
http://www.codeproject.com/cs/media/...asion%7C%2Enet

Markus
Nov 15 '05 #10
Be advised that the summer update version of the SDK wants .NET 1.1 and
VisualStudio 2003 to get the latest functionality.

--

Lynn Harrison
SHAMELESS PLUG - Introduction to 3D Game Engine Design (C# & DX9)
www.forums.Apress.com

"Jon Davis" <jo*@REMOVE.ME.PLEASE.jondavis.net> wrote in message
news:eP**************@TK2MSFTNGP11.phx.gbl...
Be sure to get the Summer 2003 version of the SDK.
"C# Learner" <cs****@learner.here> wrote in message
news:do********************************@4ax.com...
"Jon Davis" <jo*@REMOVE.ME.PLEASE.jondavis.net> wrote:
Download the full SDK. It is chock full of all kinds of excellent C# samplesof nearly everything previously only sampled in C++!

Jon


Thanks Jon, will do.


Nov 15 '05 #11

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

Similar topics

9
by: the_philospher | last post by:
I am a beginner programmer learning c++. i have read some useful information about programming games (which is my goal) on gamedev.net, particularly "how do i program games"...
11
by: enki | last post by:
I am writing a game and I am having trouble with moving the character on the map. Here is what I have right now. It involves win32 programming but that not my problem. I would like some...
2
by: Hans Kamp | last post by:
As a programming exercise I try to program a game. In my case it is called BugEater. The purpose is that you are a snake. It moves automatically but you can control it with the keys on your...
2
by: ck388 | last post by:
I was wondering if anyone could answer a couple of questions regarding developing games. I would like to create one for fun on my spare time. I want to know what type of technologies I would have...
5
by: john andrew | last post by:
-- hello If I wanted to do some game programming with C++ and openGL/directx do I need to know MFC /VCL . Can I just know C++ and bypass these extras and use just C++ with added libraries, no...
0
by: Jeff Rush | last post by:
At PyCon this year we're going to have a multi-day game programming clinic and challenge. This is a first-time event and an experiment to find those in the Python community who enjoy playing and...
10
by: Max Kubierschky | last post by:
Hello, I'm planning to give a game programming course for kids of mixed age. For this, I am looking for an open source 2D game development kit. I am also willing to participate in the...
4
by: COHENMARVIN | last post by:
Are there any good sources on video game programming in vb.net? Is "DirectX" a set of libraries for video game programmers? The reason I ask is that I'd like to convert a board game into a...
10
by: Michael Lubker | last post by:
Any people that use Python as the predominant language for their game development here? ~Michael
0
by: smartx | last post by:
Hi, I would like to share my knowledge as a game programmer, really game programming is hard, I don't want to disappoint you, the important point to become a game programmer is to love game...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.