Top "Slimdx" questions

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.

Saving Surface to Bitmap and optimizing DirectX screen capture in C#

after a whole day of testing I came up with this code, which captures current screen using DirectX (SlimDX) and …

c# image optimization save slimdx
2D Drawing Performance (GDI+ vs SlimDX)

I am part of a team that has created a tool to view and interact with very large and heavily …

c# wpf gdi+ slimdx
Direct2D / GDI+ and slow Windows forms drawing - What can be done?

I'm working a lot with Visual Studio 2008, .NET C# 2.0-3.5 and Windows Forms and I have noticed, like many before …

c# gdi direct2d slimdx devexpress-windows-ui
SlimDX Device.Reset crashes with a "D3DERR_INVALIDCALL: Invalid call (-2005530516)" error

We recently upgraded from VS 2005 to VS 2008 (Windows XP). We use SlimDx in one of our projects. All was working …

c# .net directx slimdx
SharpDX vs SlimDX for game development?

Which one of these offers the best API for game development? Which library is easier to use, faster, has more …

c# slimdx sharpdx
Fast Vector Math in .NET - What are the options?

My 3D graphics software, written in C# using SlimDX, does a lot of vector operations on the CPU. (In this …

c# .net sse simd slimdx
SlimDX viewports in WPF controls

I am transitioning from WinForms/XNA to WPF/SlimDX because: a) all of the benefits of WPF over WinForms (but …

c# wpf slimdx
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. …

c# 2d direct3d slimdx
SlimDX DirectInput Initialization

I've recently swapped from MDX 2.0 to SlimDX, using Direct3D 11, but I'm struggling to implement keyboard and mouse controls. In …

c# directx slimdx managed-directx directinput
playing sound with SlimDX and DirectSound (C#)

(apologies if this is a duplicate ... i posted but saw no evidence that it actually made it to the forum) …

c# directx slimdx directsound