rendering Flashcards

1
Q

software

A
  • CPU uses instructions to fill and manage pixels

- Posts pixels to display driver to fill on screen

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Hardware

A
CPU sends instructions to display driver
Display Driver (core bit of code in your OS) utilizes GPU resources to accelerate process by performing tasks in parallel
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Canvas

A

Removed the need for another language.
Gives tight integration with existing code
Performance dictated by browser implementation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

More about canvas

A

Integrated into DOM,
container controlled via JS
A state machine

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

WHat is a state machine>

A

Doing one thing at a time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Canvas Method

A

setup state
create shape/path
Stroke/fill path
repeat

How well did you know this?
1
Not at all
2
3
4
5
Perfectly