From 08757a4f71c57efe6b72fdcacf15f21fcdedfeb2 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Sat, 20 Feb 2021 22:15:50 -0600 Subject: [PATCH] update onyx.prez --- onyx.prez | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/onyx.prez b/onyx.prez index 01f7dae..3cea9ae 100644 --- a/onyx.prez +++ b/onyx.prez @@ -160,7 +160,7 @@ https://webassembly.org/ # Hello, World! [slide] -[animation swipe] +[animation fade] [rect color $cover_r $cover_g $cover_b x 8 w 84 y 5 h 95] [rect color 0 0 0 x 0 w 100 y 5 h 10] [text_style header] @@ -179,7 +179,9 @@ https://webassembly.org/ 7 } [text_style normal centered font_attr italic] - [y 80] Not the simplest 'Hello, World!', but this is not meant to be a simple language. + [y 80] + Not the simplest 'Hello, World!', but this is not meant to be a simple language. + This is a language that does not 'hold your hand'. # --------------------------------------------- @@ -187,12 +189,22 @@ https://webassembly.org/ # * Entity priority queue # * Running engine +[slide] +[animation fade] +[rect color $cover_r $cover_g $cover_b x 0 w 100 y 35 h 30] +[rect color 0 0 0 x 0 w 100 y 40 h 20] +[text_style title font_size 96] +[y 53] Compiler Internals + + +# --------------------------------------------- + [slide] [animation swipe] [rect color $cover_r $cover_g $cover_b x 8 w 84 y 5 h 95] [rect color 0 0 0 x 0 w 100 y 5 h 10] [text_style header] -[y 12] Compiler Internal Design +[y 12] Compiler Internals # Normal symbol tables are not powerful enough so an out # of order processing scheme such as a priority queue is @@ -233,4 +245,4 @@ https://webassembly.org/ ▪ Efficient WebGL Renderer [text_style inherit font_attr italic] -▪ This presentation site +▪ Presentation software -- 2.25.1