-
Hello,
thank you for this excellent project!
I've noticed a problem, I never go over 60fps on the projects I've done with d2dlib. Is this a Direct2D limit, a d2dlib limit, or a problem with vertical…
-
Hello,
Consider direct2d support. It will also allow to have an acrylic background.
Thank you
-
From oxyplot: oxyplot/oxyplot#124
Use Direct2D (SharpDX) to speed up rendering for WPF.
**[objo](http://www.codeplex.com/site/users/view/objo)** 2014-03-17 09:33
See see https://oxyplot.codep…
-
Hi,
I try to run Eto test project "**Eto.Test.Direct2D - net45**".
There some problems in "**Controls.GridView section**".
It look like "Forms.Cells" would be black.
Some thing wrong in the Dr…
-
Hello,
If it's possible add Direct 2D/X.
Thank you
-
When we open a PDF which has a low-resolution image with Windows.Data.Pdf.PdfDocument and print it with Direct2D, the image is upscaled with nearest neighbor or another interpolated scaling mode. The …
-
Currently, the API calls PA_CreateNativePictureForScreen and PA_CreateNativePictureForPrinting return a GDI+ Bitmap or Metafile.
Please add support for Direct2D to these calls. (But do not remove G…
-
SharpDX is archived and no longer maintained. Does anyone use this or need it?
-
Hi, i found myself looking at the code and thinking about how this could be ported to windows, but it seems like it'll require more work than just doing the equivalent of what xcb does in the C code i…
-
I am (probably naively) trying to run "cargo build" on a fresh pull of `piet` and I'm seeing several errors in the build, e.g.:
```
error[E0432]: unresolved import `direct2d::math`
--> piet-dire…