[Webkit-unassigned] [Bug 29813] [WinCairo] 3D CSS Transforms are not implemented in WebKit for Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 2 15:09:14 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29813





--- Comment #3 from Brent Fulgham <bfulgham at webkit.org>  2009-10-02 15:09:13 PDT ---
Direct2D is part of the current DirectX install, and will function under
Windows Vista.  We might need to implement this feature along the lines of
Apple's Tiger/Leopard/Snow Leopard feature distinctions and limit this to Vista
and beyond.

(1) http://blogs.msdn.com/tmulcahy/ Shows some interesting effects achieved
using DIrect2D, many of which fall in line with the needs of the 3D CSS
transform.
(2)
http://blogs.msdn.com/greg_schechter/archive/2007/03/30/parallaxui_5F00_escaping_5F00_flatland.aspx
includes a few interesting 3D CSS-style transforms using the unfortunate WPF
system, but obviously are based on the underlying implementation.

My preference is still to base the design on OpenGL, especially given the
progress on Cairo-on-OpenGL, which would provide a Linux/Windows shared core
implementation.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list