From 96b39462b887f028f36880be94c98b319699d9b3 Mon Sep 17 00:00:00 2001 From: sejo Date: Wed, 15 Sep 2021 12:49:27 -0500 Subject: [PATCH] link to appendix a --- src/uxn_tutorial.gmo | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/uxn_tutorial.gmo b/src/uxn_tutorial.gmo index 4a85d60..78763d8 100644 --- a/src/uxn_tutorial.gmo +++ b/src/uxn_tutorial.gmo @@ -73,6 +73,15 @@ besides using previous strategies and snippets of code, we cover strategies for coming soon! +# appendix a + +in this appendix we generalize the background drawing procedure discussed on day 6, into a draw-tiles subroutine that draws an arbitrary rectangle filled with a given tile. + +we detail how to get to two versions of this subroutine, one that relies on heavy stack wrangling, and other one that uses variables. this in order to compare both approaches and give us a broader view of the possibilities within uxntal. + +=> ./uxn_tutorial_appendix_a.gmi {uxn tutorial appendix a} + + # external resources => https://wiki.xxiivv.com/site/uxn.html uxn technical documentation