Re: web browser
- From: Ben C <spamspam@xxxxxxxxx>
- Date: Sat, 07 Apr 2007 02:58:22 -0500
On 2007-04-06, bob@xxxxxxxxxxxxxx <bob@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;
};
.
- Follow-Ups:
- Re: web browser
- From: bob
- Re: web browser
- References:
- web browser
- From: bob
- web browser
- Prev by Date: Re: compiler for c++
- Next by Date: Re: web browser
- Previous by thread: Re: web browser
- Next by thread: Re: web browser
- Index(es):
Relevant Pages
|