[dev-servo] Software Rendering Backend for Servo?

2017-08-29 Thread michael . brodeur
Hi Devs! My name is Michael Brodeur and I am interested in learning more about the rendering back-ends for Servo? In particular, I wanted to learn more about the architecture for handling 3D graphics. I've written a 3D software renderer that relies upon OpenMP for scaling purposes, but want

Re: [dev-servo] Software Rendering Backend for Servo?

2017-08-29 Thread Glenn Watson
Hi Michael, That sounds like an interesting project! In terms of hooks to the WebGL implementation - looking at https://github.com/servo/servo/blob/master/components/canvas_traits/webgl.rs#L26 is a reasonable place to start. That defines the interface to a WebGL context. In particular, the We