vimwiki/tech/graphics.wiki

33 lines
423 B
Plaintext
Raw Normal View History

2022-01-16 02:45:01 +00:00
= Graphics =
Computer graphics is the field focusing on making a computer generate an image.
2022-01-31 17:45:01 +00:00
== User interfaces ==
* [[8_rules_ui]]
* [[usability_heuristics]]
2022-01-31 18:00:01 +00:00
* [[human_limitations]]
2022-02-02 17:45:01 +00:00
* [[creepy_convenience]]
2022-02-02 18:30:01 +00:00
* [[fitts_law]]
2022-02-08 02:00:01 +00:00
* [[hick-hyman]]
2022-01-31 17:45:01 +00:00
2022-02-07 18:00:01 +00:00
* [[GUI]]
2022-02-09 18:00:01 +00:00
=== UI design process ===
* [[task_decomposition_approach]]
2022-01-16 02:45:01 +00:00
== Colorspaces ==
2022-01-31 17:45:01 +00:00
_Here begins the technical stuff_
2022-01-16 02:45:01 +00:00
* [[YUV]]
2022-01-31 17:45:01 +00:00
* [[RGB]]
2022-01-16 02:45:01 +00:00
== Also see ==
* [[sdl2]]