Update for 09-02-22 13:00

This commit is contained in:
Tyler Perkins 2022-02-09 13:00:01 -05:00
parent 1578c09955
commit 4590e103fe
2 changed files with 10 additions and 0 deletions

View File

@ -13,6 +13,10 @@ Computer graphics is the field focusing on making a computer generate an image.
* [[GUI]]
=== UI design process ===
* [[task_decomposition_approach]]
== Colorspaces ==
_Here begins the technical stuff_

View File

@ -0,0 +1,6 @@
= task_decomposition_approach =
Decompose a high level task into low level subtasks.
* Makes it easier to break real world task into functions (easy to develop from)
* These tasks can be further broken down into smaller subtasks