vimwiki/tech/graphics.wiki

42 lines
655 B
Plaintext

= Graphics =
Computer graphics is the field focusing on making a computer generate an image.
== User interfaces ==
Also see ISO 9241-11: Guidance on usability (98) and
ISO/IEC 9126: Software product evaulation - Quality characteristics and
guidelines for their use (91)
* [[8_rules_ui]]
* [[usability_heuristics]]
* [[human_limitations]]
* [[creepy_convenience]]
* [[fitts_law]]
* [[hick-hyman]]
* [[quantative_evaluation]]
* [[jakob_nielsen]]
* [[GUI]]
== Graphics principles ==
=== UI design process ===
* [[task_decomposition_approach]]
== Colorspaces ==
_Here begins the technical stuff_
* [[YUV]]
* [[RGB]]
== Also see ==
* [[sdl2]]