jingwood / d2dlib

A .NET library for hardware-accelerated, high performance, immediate mode rendering via Direct2D.
MIT License
234 stars 40 forks source link

Try to support Direct2D 1.1 #60

Open jingwood opened 3 years ago

jingwood commented 3 years ago

Considering upgrade the API from Direct2D 1.0 to Direct2D 1.1 in order to support more excellent features and effects.

Pros.

Cons.

Resources

All suggestions are welcome.


nikeee commented 2 years ago

Can't support the old Windows platforms (Windows 7 without update package and older)

Is it even worth to bother with as it is not supported any more? Ref: https://endoflife.date/windows

d2phap commented 2 years ago

Waiting for Direct2D 1.1 supported

drewnoakes commented 1 year ago

Cons:

  • Performance degradation?

Is there any evidence to suggest there'd be a performance hit here? My primary use case for this library is speed of rendering.

drewnoakes commented 1 year ago

Also, why not jump directly to 1.2 or 1.3? I'll admit I'm not so familiar with what each version brings.

Folks who need to target earlier versions could stay on the 1.4 package.