
How do I use SharpDX with the .NET Core framework?
So, for anybody looking to find an answer to this in the future, the answer is "No." You can not use SharpDX with .NET Core (note that VS Code supports only .NET Core if you develop in C#). Your …
How can I install SharpDX for my project?
Aug 20, 2019 · How can I install SharpDX for my project? Ask Question Asked 6 years, 4 months ago Modified 6 years, 4 months ago
Force Feedback on joystick device using SharpDX DirectInput API
Feb 28, 2023 · The Goal (for context) Get input from a USB joystick device in the Unity Game Engine and activate Force Feedback functionality on the joystick from Unity. The Method I am using the …
Draw Primitives using SharpDX.Direct3D9 with C# .NET Framework
Apr 9, 2024 · Draw Primitives using SharpDX.Direct3D9 with C# .NET Framework Ask Question Asked 1 year, 8 months ago Modified 1 year, 8 months ago
Sharpdx DirectX11 MapSubresource is failing trying to map a staging ...
Jan 29, 2015 · Sharpdx DirectX11 MapSubresource is failing trying to map a staging texture Ask Question Asked 10 years, 10 months ago Modified 10 years, 10 months ago
hlsl - How to set shader global variable in sharpdx without using ...
I am working with SharpDX, i thinking to try using (uniform) global variables for HLSL constants instead of constant buffers. But, in my code SharpDX's Effect class is not used: i use PixelShader...
directx11 - SharpDX: best practice for multiple RenderForms? - Game ...
SharpDX: best practice for multiple RenderForms? Ask Question Asked 13 years, 5 months ago Modified 12 years, 1 month ago
SharpDX: Render to bitmap using Direct2D 1.1 - Game Development …
2 I have a command line application that I am currently using SharpDX (Direct2D 1.0) to render to PNG files. This is a window-less application. It's currently creating a SharpDX.WIC.WicBitmap, a …
How to debug DXGI_ERROR_INVALID_CALL errors?
SharpDX says to provide values of zero to force using the window resolution. You could also try doing the same thing with "native" DirectX, maybe you're facing an issue with SharpDX itself.
Intercepting joystick/gamepad movement - Game Development Stack …
Feb 10, 2025 · However, SharpDX.XInput doesn't seem to offer a way to intercept or block the input event propagation. The goal is for my app to exclusively receive the input from the right joystick, …