penrose

program for generating penrose tilings.
Log | Files | Refs | README | LICENSE

commit 8502dadec04ac6c6c3d6eea67cbe2b33d76ac0da
parent 7f81fdbaf37bae9eb7e87d09217075aaf928de0d
Author: mpizzzle <m@michaelpercival.xyz>
Date:   Thu, 22 Oct 2020 23:19:25 +0100

updating scrot

Diffstat:
Mpenrose.cpp | 2+-
Mscrot.png | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/penrose.cpp b/penrose.cpp @@ -11,7 +11,7 @@ static const uint32_t window_w = 1920; static const uint32_t window_h = 1080; -static const uint32_t depth = 5; +static const uint32_t depth = 6; static const glm::vec4 primary(0.7f, 0.7f, 0.0f, 1.0f); static const glm::vec4 secondary(0.2f, 0.2f, 0.4f, 1.0f); diff --git a/scrot.png b/scrot.png Binary files differ.