From e993c669e5e0bbb0971aca36c93f264ac50c4a14 Mon Sep 17 00:00:00 2001 From: sejo Date: Mon, 15 Nov 2021 17:40:39 -0600 Subject: [PATCH] wip outline --- src/intro_to_uxn_programming.gmo | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/intro_to_uxn_programming.gmo b/src/intro_to_uxn_programming.gmo index 34dc143..fd3a511 100644 --- a/src/intro_to_uxn_programming.gmo +++ b/src/intro_to_uxn_programming.gmo @@ -21,3 +21,17 @@ Pre-requisites: This workshop is best for those with some previous programming e We will use the learn-uxn website by metasyn, that requires a web browser with javascript enabled: => https://metasyn.github.io/learn-uxn learn-uxn + +# outline + +* what is uxn, varvara, uxntal? +* varvara computer architecture +* the stack and postfix notation +* setting system colors +* devices labels +* drawing a pixel +* designing a sprite +* drawing a sprite +* draw loop: on-screen vector +* reading the mouse +* a small conditional example