penrose

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

commit f2446c22f9dde1b61bc04c543e6d41b2030add70
parent dfce790fe90106df6d927e9daaedc46c9cf01d95
Author: mpizzzle <m@michaelpercival.xyz>
Date:   Wed, 21 Oct 2020 21:57:40 +0100

updating readme

Diffstat:
MREADME.md | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

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