norgepaul / TChromeTabs

Comprehensive Delphi implementation of Chrome's tab system
Other
215 stars 78 forks source link

Suggestion: Direct2D support #86

Open chmichael opened 3 years ago

chmichael commented 3 years ago

Hello, Consider direct2d support. It will also allow to have an acrylic background.

Thank you

landrix commented 3 years ago

Sry, i don't have any experience on direct2d. Somebody else has to do that. You?

chmichael commented 3 years ago

Unfortunately no but i guess replacing TGPGraphics with TDirect2DCanvas will do ? (for a start at least and optimize later)

landrix commented 3 years ago

I looked at this. The first step is to remove all GDI + dependencies.