Questions tagged [rendering-engine]

39 questions
367
votes
14 answers

What is WebKit and how is it related to CSS?

More recently, I have been seeing questions with the tag "webkit". Such questions usually tend to be web-based questions relating to CSS, jQuery, layouts, cross-browers compatibility issues, etc... So what is this "webkit" and how does it relate to…
Hristo
  • 45,559
  • 65
  • 163
  • 230
55
votes
6 answers

Which CSS selectors or rules can significantly affect front-end layout / rendering performance in the real world?

Is it worth worrying about CSS rendering performance? Or should we just not worry about efficiency at all with CSS and just focus on writing elegant or maintainable CSS instead? This question is intended to be a useful resource for front-end…
Robin Winslow
  • 10,908
  • 8
  • 62
  • 91
38
votes
3 answers

Vertex shader attribute mapping in GLSL

I'm coding a small rendering engine with GLSL shaders: Each Mesh (well, submesh) has a number of vertex streams (eg. position,normal,texture,tangent,etc) into one big VBO and a MaterialID. Each Material has a set of textures and properties (eg.…
Radu094
  • 28,068
  • 16
  • 63
  • 80
35
votes
3 answers

How is CSS applied by the browser, and are repaints affected by it?

Let's say we have an HTML page with a single stylesheet . How does the browser take the rules in this stylesheet and apply it to the HTML? I'm not asking about how to make it faster, I want to know how the rendering itself is handled. Does it…
Wesley Murch
  • 101,186
  • 37
  • 194
  • 228
18
votes
6 answers

What is the best HTML Rendering Engine to embed in an application?

At the moment, our application uses the Trident Win32 component, but we want to move away from that for a few reasons, chief among them being our desire to go cross-platform. We're looking at WebKit and Gecko, but I'd love to get some feedback…
conmulligan
  • 7,038
  • 6
  • 33
  • 44
12
votes
2 answers

Do you know a good android rendering engine?

What is a rendering engine? Is there any for Android?
VansFannel
  • 45,055
  • 107
  • 359
  • 626
8
votes
3 answers

How to detect browser rendering engine in javascript?

I read a book calls 'Professional Javascript For Web Developers 2nd edition' and it state that this code can detect browser rendering engine: