penrose

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

commit b885cff4612ff7fd8ab7ab00415d65f32bb674b4
parent f2446c22f9dde1b61bc04c543e6d41b2030add70
Author: mpizzzle <m@michaelpercival.xyz>
Date:   Wed, 21 Oct 2020 22:00:33 +0100

updating readme

Diffstat:
MREADME.md | 9++++++---
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -4,11 +4,14 @@ work in progress. ![alt text](https://raw.githubusercontent.com/mpizzzle/penrose/master/scrot.png) +## basics: +* https://tartarus.org/~simon/20110412-penrose/penrose.xhtml + ## dependencies: -* ![glfw](https://www.glfw.org/) -* ![GLEW](https://github.com/nigels-com/glew) +* [glfw](https://www.glfw.org/) +* [GLEW](https://github.com/nigels-com/glew) * libGL -* ![glm](https://glm.g-truc.net/) +* [glm](https://glm.g-truc.net/) ## to compile and run: * make