wip outline

This commit is contained in:
sejo 2021-11-15 17:40:39 -06:00
parent bae9f36e9a
commit e993c669e5
1 changed files with 14 additions and 0 deletions

View File

@ -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