-
It would be nice to allow the WPF Platform to use Direct2D instead of WPF for paint events. As I don't know how involved this is, I'm happy to help out if this seems like a good idea.
http://www.code…
-
Further to the issue that I created before, I have found more instances in which deadlocks can occur in Win2D.
The basic problem is that Win2D is susceptible to lock inversion. This is because som…
-
Skia requires 2x large offset for result like in D2D (D2D offsets are same as WPF offsets)
![Skia, dash offset = 5](https://user-images.githubusercontent.com/8297010/52526014-9154a800-2cc3-11e9-835…
-
The Direct3D based text renderer is the default, but the Direct2D based on is used when the device has a GPU without support for shader model 4 (usually GPUs below feature level 10.1), or no GPU at al…
-
This would allow Chimera to run without requiring the DirectX June 2010 redistribution.
The D3DX library (including LPD3DXFONT) has been retired and is no longer maintained nor included with the rest…
-
For not building everything, I'm going to add:
```d
version(Direct2D_1)
version(Direct2D_1_1)
```
And friends. As I'm only using a subset of directx, I believe this makes sense for me
-
According to AMD, TIR can bring **500%** higher performance in 2D vector graphics...
CF: https://softwareengineering.stackexchange.com/a/252600
This might be even more relevant than NV_PATH
Uncle…
-
現在Kuin言語ではDirectX 10が使用されています。ただ、現状DirectX 10はプロジェクト内、draw.cpp内でのみ使われているのでDirectX 11への変更は容易であると考えます。また、2Dグラフィックスの拡充に向けてDirect 2Dを導入いたしたく。こちらのほうは私のほうで実装実験を行っていませんがとりあえずissueのほうにあげさせていただきました。
lib_wnd…
-
I need to pick a color from a bitmap, but the GetPixel function only exists in the default Bitmap class. Also graphics from image would allow drawing on top of an existing bitmap and not creating a bl…
-
Top panel is my JScript Panel 3 component and the bottom is Item details....
```
$set_font(Segoe UI,32)
🎵%title%$crlf()
🎙%artist%$crlf()
[💿%album%$crlf()]
[📅%date%]
```
`$set_font` would b…