Tagged Questions

1
vote
1answer
41 views

D3D Performance comparison, shaders vs built in shading

Hi there. I have a running 3D engine built in D3D (via SlimDX). To avoid interupting the rendering pipeline I have batched together many objects with the same material into bigger …
3
votes
3answers
153 views

Which would be the best 2D graphics library?

Okay, I bet this question might have been asked dozens of times before, but at the end of the day, I am still confused. I am working on a charting/plotting application. My applica …
0
votes
1answer
63 views

2D Triangle in SlimDX

How to draw a triangle using SlimDX's Direct2D interface given triangle vertices are given in pixel coordinates?
1
vote
1answer
143 views

What to use for C# SlimDX Game UI

I am currently developing a 3d game using C#/SlimDX (The target is Direct3D 9). I've been looking for a suitable Game UI toolkit for a while, but I was unable to make up my mind. …
0
votes
1answer
28 views

SlimDX Assembly Reference

I've installed SlimDX but the assembly reference does not come up as a choice in Visual Studio, and I cannot for the life of me find out where SlimDX has installed itself! Any help …
0
votes
2answers
95 views

SlimDX Directx 9 problem

I am getting the Following problem when i try to initialize the directx SlimDX.Direct3D9.Direct3D9NotFoundException was unhandled Message="Direct3D 9 was not found. Reins …
0
votes
0answers
92 views

Capturing audio input from mic using SlimDX

Hello, VS 2008 SlimDX march 2009 I am using the SlimDX to capture the input audio and display it in a progress bar. I have a backgroundworker that will do the capturing in the b …
0
votes
3answers
166 views

SlimDX (DirectX10) - How to change a texel in Texture?

Hi, I try to change the texels of a Texture which is already loaded. My assumption was to use the Texture2D::Map and UnMap functions, but there is no change when I change the dat …
2
votes
1answer
175 views

D3DImage using DX10

Is it possible to use DirectX 10 (I am using SlimDX) with WPF's D3DImage? The only examples and docs I can find only show using DX9 surfaces.
2
votes
3answers
506 views

SlimDX - how did you find it?

Has anyone out there used the SlimDX library for something serious (e.g., commercial) work? How did you find the library? Is it production-ready?
1
vote
2answers
556 views

Drawing 2D with SlimDX

Hello I'm having trouble rendering correctly sprite with SlimDX. It draws a little scaled just like .NET Drawing DrawImageUnscaled does. I'm not using any transformations. Init: …
1
vote
4answers
1k views

How to rotate, scale, and translate a matrix all at once in C#?

Okay, this is something that should be a simple matrix question, but my understanding of matrices is somewhat limited. Here's the scenario: I have a 1px by 1px sprite that I want …
2
votes
2answers
1k views

Efficient Line Drawing In Direct3D (Transformation2D?)

Background: I'm using the SlimDX C# wrapper for DirectX, and am drawing many 2D sprites using the Sprite class (traditionally from the Direct3DX extension in the underlying dlls). …
0
votes
1answer
348 views

VMR9Allocator (DirectShow .NET + SlimDX) [closed]

I was trying to convert and run the VMR9Allocator sample for DirectShow .NET with SlimDX instead of MDX. I got an exception when it reach this line return vmrSurfaceAllocatorNotif …