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
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
2 matches
Mail list logo