Re: web browser
- From: bob@xxxxxxxxxxxxxx
- Date: 7 Apr 2007 10:27:28 -0700
On Apr 7, 7:10 am, Ben C <spams...@xxxxxxxxx> wrote:
On 2007-04-07, b...@xxxxxxxxxxxxxx <b...@xxxxxxxxxxxxxx> wrote:
On Apr 7, 12:58 am, Ben C <spams...@xxxxxxxxx> wrote:
On 2007-04-06, b...@xxxxxxxxxxxxxx <b...@xxxxxxxxxxxxxx> wrote:
If you were making a web browser, what data structures would
be most relevant for rendering?
2D axis-aligned boxes.
e.g.
struct box
{
int x0;
int y0;
int x1;
int y1;
};
Stored in a quadtree perhaps?
Could be, but not necessarily.
With a quadtree, you could quickly select the objects for drawing in a
window from the whole page.
.
- References:
- web browser
- From: bob
- Re: web browser
- From: Ben C
- Re: web browser
- From: bob
- Re: web browser
- From: Ben C
- web browser
- Prev by Date: Re: algorithm brute-forcing
- Next by Date: Re: algorithm brute-forcing
- Previous by thread: Re: web browser
- Next by thread: Looking for open source developers
- Index(es):
Relevant Pages
|