rendering Flashcards
1
Q
software
A
- CPU uses instructions to fill and manage pixels
- Posts pixels to display driver to fill on screen
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
3
Q
Canvas
A
Removed the need for another language.
Gives tight integration with existing code
Performance dictated by browser implementation.
4
Q
More about canvas
A
Integrated into DOM,
container controlled via JS
A state machine
5
Q
WHat is a state machine>
A
Doing one thing at a time
6
Q
Canvas Method
A
setup state
create shape/path
Stroke/fill path
repeat