From 384a7248e5093c0abc5567d2d5c671f39ed7d466 Mon Sep 17 00:00:00 2001 From: Patricio Gonzalez Vivo Date: Wed, 21 Jun 2017 02:38:42 -0700 Subject: [PATCH] no more pixelspirit --- 07/index.php | 159 ---------------------------------------------- 08/index.php | 160 ----------------------------------------------- 08/matrices.frag | 2 +- src/glslEditor | 2 +- src/parsedown | 2 +- 5 files changed, 3 insertions(+), 322 deletions(-) diff --git a/07/index.php b/07/index.php index ce2ac7a..491c360 100644 --- a/07/index.php +++ b/07/index.php @@ -20,165 +20,6 @@ $Parsedown = new Parsedown(); echo $Parsedown->text(file_get_contents($README.'.md')); - echo ' -

Learn new shapes and geometric elements

-

If you are interested on a library of 2D geometric shapes together with design rules to combined them. Take a look to this deck of cards.

-
- - '; - echo '
diff --git a/08/index.php b/08/index.php index 8c5e6f9..9ae20b0 100644 --- a/08/index.php +++ b/08/index.php @@ -20,166 +20,6 @@ $Parsedown = new Parsedown(); echo $Parsedown->text(file_get_contents($README.'.md')); - echo ' -

Learn more composition patterns

-

If you are interested on learning new pattern of composition take a look to this deck of cards.

-
- - '; - - echo '
diff --git a/08/matrices.frag b/08/matrices.frag index 89a8ab3..1688e34 100644 --- a/08/matrices.frag +++ b/08/matrices.frag @@ -7,7 +7,7 @@ precision mediump float; #define PI_4 0.785398163397448309616 #define PI180 .017453293 -float PHI = (1.0+sqrtf(5.0))/2.0; +float PHI = (1.0+sqrt(5.0))/2.0; float sind(float a){return sin(a * PI180);} float cosd(float a){return cos(a * PI180);} diff --git a/src/glslEditor b/src/glslEditor index 6a33882..43c957f 160000 --- a/src/glslEditor +++ b/src/glslEditor @@ -1 +1 @@ -Subproject commit 6a338828ace0bc0a3d3530a445c78b4add50a516 +Subproject commit 43c957fe1454c19d74e312d45aac2bf109598f25 diff --git a/src/parsedown b/src/parsedown index 28774a4..728952b 160000 --- a/src/parsedown +++ b/src/parsedown @@ -1 +1 @@ -Subproject commit 28774a4359120d2e02e8b6285ed05670c1bc7053 +Subproject commit 728952b90a333b5c6f77f06ea9422b94b585878d