SlimDX is an MIT-licensed, open-source framework that allows developers working with managed languages like C# and IronPython to leverage DirectX and many of Microsoft's other gaming-related multimedia APIs.

learn more… | top users | synonyms

3
votes
1answer
58 views

Projection matrix causing inaccuracy in clip-space depth calculation?

Currently working with SlimDX's Direct3D 11 bindings and having significant difficulty with my shader, the source of which follows: /* * * * * * * * * * PARAM STRUCTS * * * * * * * * * */ struct ...
0
votes
0answers
39 views

Fastest way to scale SlimDX surface

I'm doing screencasts on Windows by DirectX using SlimDX. I'm getting a surface object. My question is what is fastest way to scale (resize) this surface. The performance issue is very important to me ...
0
votes
1answer
26 views

it there any way to reset device in (slimdx, dx9) without disposing all device-related objects?

I am rendering using SlimDX to a control in a form. Since the size of that control might change very often, and there are lots of complex meshes, the traditional free-reset-construct method may be too ...
0
votes
0answers
41 views

SlimDX.DirectInput Z-Axis Initialization

I am programming, in C#, 2 Logitech Attack 3 joysticks using SlimDX.DirectInput classes. All of the buttons and axes seem to be initialized correctly and do as expected during game play. These ...
0
votes
1answer
19 views

SetIndices missing in slimDx

I am using direct3d9 of SLIMDX, however i cannot find the SetIndices() method of Device. device.BeginScene(); device.SetStreamSource(0, VB, 0, 3 * sizeof(float)); device.SetIndices(IB); // This ...
0
votes
1answer
41 views

SlimDX Debugging help - first chance exception 'slimdx.direct3d11.direct3d11 exception'

C# I'm getting this error from SlimDX: first chance exception 'slimdx.direct3d11.direct3d11 exception' but I can't seem to figure out why/where/when. I've turned on every kind of debugging possible, ...
0
votes
0answers
19 views

capture data from mic with slimdx

I am trying to make an application which is able to capture the sound from a microphone. I try to use slimdx, but when I run the code below I got an error at the last row: captureDevice = new ...
0
votes
1answer
30 views

SlimDX - Low Resolution in Win7 + DX9 on AMD 6350

I implemented a Visualisation a few months ago on an old XP Machine with SlimDX and an old Geforce. It worked perfectly. Now i startet the stuff on an new Computer: Windows7 Intel I7 Amd HD6350 ...
8
votes
2answers
155 views

Fast Vector Math in .NET - What are the options? [closed]

My 3D graphics software, written in C# using SlimDX, does a lot of vector operations on the CPU. (In this specific situation, it is not possible to offload the work to the GPU). How can I make my ...
1
vote
1answer
54 views

Strange number error in HLSL

I have a very-very strange problem with my project. I tried to send an index number with my vertices, and use this number in the HLSL shader. But, when I set this number to a value, like, 1, the ...
0
votes
2answers
83 views

SlimDX Camera setup

Please, tell me what I'm doing wrongly: that's my Camera class public class Camera { public Matrix view; public Matrix world; public Matrix projection; public Vector3 position; ...
1
vote
1answer
30 views

Looping SoundEffectInstance crackles when paused?

Using Monogame 3.0.1 on Win8, I have a SoundEffectInstance that loops seamlessly if I let it continue to play. However, when I play and stop it (or pause and resume) repeatedly, it often results in a ...
0
votes
0answers
40 views

access violation exception computenormals directx

i an using slimdx to create a mesh on my c# project but when i call computenormals i get en access violation exception.trying to read or wirte in protected memory the error is sent on ...
0
votes
0answers
61 views

DirectX Mouse <-> World transform - nearly works but strange behaviour

I'm trying to make a basic pan/zoom behaviour work with DirectX (SlimDX here). I've kind of got it working - my model is just a 3 quads in a plane, mouse-wheel to zoom in out and drag to pan. I'm ...
1
vote
1answer
31 views

I would like to place a Visual studio code editor in a Direct X window. Is this feasibly possible?

Is it possible to grab the code editor "control" used within Visual Studio using the VS SDK APIs? Would I be able to draw this control to other places outside of Visual Studio? I would like to have ...
0
votes
1answer
30 views

Where'd the SlimDX NuGet package go?

I've been working on a SlimDX project from a couple of different machines lately. Today I went to pull down my code from SVN, and went through the dance of re-installing all the nuget packages ...
3
votes
1answer
134 views

SlimDX RawInput with WPF

I'm trying to set up keyboard and mouse controls for a space game using SlimDX and RawInput. My current code is as follows: Device.RegisterDevice(UsagePage.Generic, UsageId.Keyboard, ...
9
votes
1answer
324 views

Now that Xna is unsupported, what is a better choice? [closed]

Xna is unsupported, and unfortunately I started game programming recently(~9 months). What is a better choice, DirectX or OpenGl. Now, I don't think DirectX or OpenGl have official libraries for C#, ...
0
votes
1answer
46 views

SlimDX Controller, Toggle [duplicate]

I tried to impliment a toggle into the Left D-pad but it doesn't work private void SerialTimer_Tick(object sender, EventArgs e) { bool PreviousCarHeadlights = false; if ...
0
votes
1answer
34 views

Toggle an input

I am using SlimDX to use my Xbox 360 controller and I would like a way of when pressing a button on the controller the state changes to on and stays on but when I press it again it becomes off. Sort ...
1
vote
1answer
65 views

Direct3D in Silverlight

Is there any way to use Direct3D scene in Silverlight application? We are successfully using Direct3D (through SlimDX) in WPF with D3DImage class. Is there equivalent in Silverlight?
0
votes
0answers
187 views

SlimDX and C# DirectX hook

is it possible to use SlimDX to hook another process directX device and then draw directX text/textures/vertices in that process?
0
votes
1answer
106 views

How to transform mouse to world coordinates?

I have the a SlimDX Matrix for each of the world, view and projection transforms. According to http://msdn.microsoft.com/en-gb/library/windows/desktop/bb147302(v=vs.85).aspx the projection transform ...
-1
votes
1answer
94 views

Standard way of resizing DirectX control

I would like to know the standard method for resizing my DirectX control. A model is shown in the control, and I want it to be the same size after resize, only more of its environment should be ...
0
votes
1answer
72 views

DirectX/SlimDX - points seem to be drawn on bad coordinates - possible viewport error

Sorry for asking but I just can't understand what's happening. I'm a rookie in DirectX/SlimDX. I'm currently trying to create a control to show 3D points. I wrote the simplest kind of code, mostly ...
0
votes
0answers
182 views

Video capture/Screenshot

I try to stream my desktop, the problem is I have 8/10 fps when I use GDI, and 1 fps when I use SlimDX. GDI Bitmap bmp = new Bitmap(1680,1050); Graphics g = Graphics.FromImage(bmp); ...
1
vote
1answer
112 views

SlimDX9 - Device.Reset with RenderToSurface

I have a kind of specific question. I've been trying to reset a SlimDX9 device after window resize to change the resolution. Everything is in Pool.Managed, no Fonts, no Stateblocks, and everything ...
1
vote
1answer
180 views

Direct3D uploading video textures

I am trying to play video on Direct3D 9 device, using: nVLC - for fetching the RGB32 frames from file SlimDX - Actually displaying frames on video device using textures. Here is my code to receive ...
3
votes
0answers
173 views

How to use SlimDX inside a WPF C# application

i'm totally new to SlimDX and WPF, but i need to create a multiple images in my application and one of them need to be a 3d visualizator of a point render, something like this: ...
0
votes
1answer
136 views

Converting directdx to slimdx

Hey I am having trouble converting from directx to slimdx. My operation system is windows 7 64 bit. Here the old directx code that don't work below: Imports Microsoft.DirectX.DirectSound Imports ...
3
votes
1answer
174 views

Meshes starting to jump on camera rotation/movement

Hey together, first time posting here, because I'm damn stuck... The further away a mesh is from the origin at (0, 0, 0), the more it "jumps"/"flickers" when rotating or moving the camera. It's ...
0
votes
0answers
110 views

Resizing a WPF window while using SlimDX ( DirectX 10 ) can cause my model to disappear

I've had this issue for about 2 days now ( well that's how long I have been working on it! ). I am using WPF and D3DImage to render a 3D model but using DirectX 10 via SlimDX. Mostly everything is ...
1
vote
0answers
139 views

SlimDX Lost Device: Try Catch performance? [closed]

I'm using SlimDX and Direct3D9 classes to create a C# game engine. I started with it one year ago and I remember that I successfully and safely managed to catch lost devices and reset them (on ...
2
votes
1answer
162 views

How to cover a polygon with triangles

I'm using slimdx in c#, and my problem is a follows: I have a list of vertices that forms a polygon, in linestrip format, and I need to transform it to a trianglestrip that covers the polygon. I ...
2
votes
1answer
258 views

Detecting a key press

I am currently checking the keyboard state in my program: SlimDX.DirectInput.KeyboardState keyboardState = keyboard.GetCurrentState(); And detecting key presses like this: ...
0
votes
0answers
163 views

WPF frame rate unusably low when D3D application is running

I am encountering a problem where a WPF application runs with a very low frame rate when a D3D application is running at the same time. The situation is as follows: The first application is a ...
2
votes
1answer
389 views

DirectX Invalid Call when ResizeBuffers

I'm writing a very simple modeling software, more as a challenge than anything else. Up to about 3 weeks ago, I had no real problem with the SwapChain.ResizeBuffers() function. I changed of PC, ...
5
votes
1answer
155 views

Multisampling doesn't work in exclusive mode

I would like to enable multisampling when drawing triangles like on the following picture: I found a way to do with SlimDX in another question but it doesn't work in exclusive mode. Here is my ...
1
vote
1answer
157 views

Does DirectX9 support 64 / 128 bit color depth formats?

Does DirectX support 64 bit color depth formats? Such as Format.A16R16G16B16. I have some code that uses this format and it compiles but I does not seem to work. Note: I know my display can't show ...
1
vote
0answers
139 views

Why is this 128Bit Color Format being converted to 32Bit

I am trying to write an HLSL pixel shader for a project I am working on. Basically want I want to do is if a texture has a pixel with a float value of 0.52 (on scale of 0-255 is 132.6) I want to ...
0
votes
1answer
436 views

Error when writing a very simple HLSL pixel shader

I am writing I SlimDX application to test color contrast sensitivity thresholds of the human visual system. The subject is presented with a large letter that is at low contrast with with the ...
0
votes
1answer
303 views

SlimDX Warp Device using KeyedMutex

I use Direct2D with DirectX11 via KeyedMutex. Everything works great if I am using a Hardware device. As soon as I default to Warp device I have a problem when I go to create a Texture2D object, I ...
0
votes
1answer
38 views

How do I pass multiple device CreateFlags when creating a DX9 device?

I am using SlimDX(DX9) but I imagine its the same for all versions of DX. I am trying to pass both the CreateFlags.HardwareVertexProssesing and CreateFlags.Multithreaded but I can't figure out how.
1
vote
2answers
134 views

In SlimDX and DX9 what is the suffix “Ex” that is on the end of some classes mean?

I have noticed that in the SlimDX.Direct3D9 namespace there is a lot of classes and methods with two different versions. One version has an Ex suffix. I think this is true of the DX9 API as well. For ...
0
votes
1answer
331 views

SlimDX: Joystick.Poll() succeeds on disconnected gamepad

I've got a curious problem with SlimDX: we've seen this on Windows 7, and haven't yet tested other versions: I'm using a bundle of cheap USB gamepads (no serial number), and sometimes one physical ...
1
vote
1answer
58 views

How to use FOURCC formats in SlimDX?

Looking through the defined surface formats of SlimDX, some seem to be missing. I'm interested in using the NV12 format. Since the formats are defined as an enum, I can't pass in a FOURCC format as I ...
0
votes
1answer
81 views

How to safely pass events into a thread. SlimDX / DX9

I am having some trouble with figuring out how I should structure my program. I will first describe the general description of my program and then go into the things I have tried and the issues I have ...
0
votes
1answer
850 views

Error during device creation (D3DERR_NOTAVAILABLE)

I am trying to convert the SlimDX device creation tutorial from DX11 to DX9. It is a very simple tutorial where you create a windows add a dx9 device and fill the screen with a solid color. However I ...
0
votes
0answers
61 views

What is the purpose of D3DPRESENTFLAG_VIDEO?

I wonder what does the D3DPRESENTFLAG_VIDEO flag (from the D3DPRESENTFLAG enumeration) do exactly? I noticed that when it is used, multisampling is disabled during render. The documentation is very ...
1
vote
1answer
390 views

Wireframe in SlimDX Direct3D11

I am trying to render a wireframe 3D Model using SlimDX. After googling I only found advanced topics, not how to draw wireframe in SlimDX. They say I have to use a shader to do it. Since I am new to ...

1 2 3 4