sharpdx Questions
5
I have a SharpDX project that is very near completion. It uses a Kinect for interaction. Because of this my project uses WPF both for the Kinect region and the KinectUserViewer object. SharpDX has ...
1
An user of my app is having some problem capturing the screen with the DesktopDuplication API.
Upon starting the capture, the app crashes because the app is unable to release the frame of the Outp...
Afterpiece asked 12/2, 2020 at 23:31
3
I just stumbled on this little annoying behavior, while adding full screen support on a sample program.
Creating a full screen window works, but as soon as I move any window (from another applicat...
Gere asked 20/10, 2015 at 10:17
2
INTRODUCTION
Using C# or VB.NET. I'm trying to make a form's background transparent; this form will be overlaped to other window, it will be a top-most window, so the transparent form (and its con...
3
Solved
I want to draw lines as fast as possible. For that reason I implemented a method using InteropBitmap. This works quite good. Next step was to compare with ShardDX. Basically what I want to do is:
R...
1
Solved
I followed this solution for my project : How to create bitmap from Surface (SharpDX)
I don't have enough reputation to comment so I'm opening a new question here.
My project is basically in Dir...
3
Solved
I want to resize a screen captured using the Desktop Duplication API in SharpDX. I am using the Screen Capture sample code from the SharpDX Samples repository, relevant portion follows:.
SharpDX.D...
Harkins asked 5/6, 2014 at 15:57
2
Solved
I would like to compile a hlsl shader file in my C# project in Visual Studio 2015. With a C++ project I immediately get the correct properties if I add an hlsl file like the picture below:
Howev...
2
Solved
I'm trying to draw a texture on texture as show in the image below.
Yellow circle Image:
Green circle Image:
As shown in the above image of penguins, i'm trying to render another image as tex...
Afghani asked 22/9, 2016 at 10:41
1
Solved
Before anybody mentions it, I refered to this link to find out how I needed to copy the backbuffer to a bitmap.
Current situation
I am injected to the target process
Target process' FeatureLevel...
Proteolysis asked 29/6, 2016 at 19:59
1
Solved
( This question is based on further investigations of this other question, but isn't the same question, this is very specific question about painting issues. )
I'm trying to draw a transparent sur...
2
Solved
I am building a Windows 10 universal app in C# that has to list the names of the installed fonts on the system. The app was a metro/modern ui/windows 8.1 app and I used the SharpDX 'trick' there to...
Dannielledannon asked 6/11, 2015 at 21:25
1
Scenario
I'm planning to learn the basics about how to develop a custom HUD for a 3rd party PC-game (free, legal), my intention is to develop an application that will draw/show additional info on ...
1
Solved
I have 4 float points (positions in 2D) and I want to draw and fill a polygon (with vertices at those 4 positions) in 2D.
How can I do that with sharpdx?
1
Solved
I'm working on an application that uses SharpDX and the SharpDX Toolkit to draw simple 3D shapes, and the Geometrics.Desktop sample was very helpful in getting started. Now I'm trying to make some ...
Haswell asked 30/10, 2014 at 6:49
2
Solved
I'm developing an DirectX11 application. During initialization I enumerate the available graphics adapters as described here.
Now, for one of our customers the number of available adapters appears...
Karate asked 20/6, 2014 at 7:16
2
Solved
The setup
Consider the given scratch program that uses SharpDX, a managed wrapper for Direct* libraries, to render a bitmap and save it as a PNG:
namespace ConsoleApplication5
{
using System;
u...
2
Solved
I am writing a camera with SharpDX and rotate it with the help of a quaternion.
The camera rotation is set with pitch (X rotation), yaw (Y rotation) and roll (Z rotation), so called "Tiat-Bryan" ...
Highly asked 26/4, 2014 at 11:36
4
Solved
I don't know if many of you tried the new excellent feature of Visual Studio 2012 to debug Direct3D based apps.
I successfully capture a frame of my app, then I want to debug the execution of a Ve...
Rapparee asked 21/6, 2012 at 13:18
1
Solved
I'm starting with DirectX (and SharpDX, therefore programming only in C#/hlsl) and am trying to build my own camera class. It should be rotatable, allow forward and backward moving and also "sidewa...
Iguanodon asked 19/1, 2014 at 11:8
1
Solved
Is it possible to get something drawn with default .net paint methods (System.Drawing methods) to a SharpDX Texture2D object so that i can display it as a texture?
Preferably with the SharpDX Toolk...
Hypoglossal asked 6/12, 2013 at 15:12
2
Solved
I'm trying to implement DirectX 11 using SharpDX 2.5 into WPF.
Sadly http://directx4wpf.codeplex.com/ and http://sharpdxwpf.codeplex.com/ don't work properly with SharpDX 2.5. I was also not able ...
Tomas asked 20/9, 2013 at 8:33
1
Solved
I am trying to hunt down a possible memory leak in my Sharpdx / DirectX application.
I am getting the following information from process explorer which I do not know how to interpret.
What is ...
Lout asked 22/7, 2013 at 15:0
0
I am using SharpDx to render DX content to WPF application. When I set the window mode to Maximized in VS2010 the content does not show up until I manually adjust the window size. If I set the wind...
Sardonic asked 28/8, 2013 at 9:35
1
I'm getting a strange error on a SharpDX program I made.
The program contains one form MainForm, which inherits from SharpDX.Windows.RenderForm (I'm doing Direct3D 9). I have some logic that kills...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.