penrose

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

README.md (780B)


      1 # penrose
      2 
      3 program for generating penrose tilings.
      4 
      5 ### P2 example:
      6 ![alt text](https://raw.githubusercontent.com/mpizzzle/penrose/master/scrot.png)
      7 
      8 ### P3 example:
      9 ![alt text](https://raw.githubusercontent.com/mpizzzle/penrose/master/scrot2.png)
     10 
     11 work in progress.
     12 
     13 ## how does it work?
     14 * https://tartarus.org/~simon/20110412-penrose/penrose.xhtml
     15 
     16 ## dependencies:
     17 * [glfw](https://www.glfw.org/)
     18 * [GLEW](https://github.com/nigels-com/glew)
     19 * [libGL](https://dri.freedesktop.org/wiki/libGL/)
     20 * [glm](https://glm.g-truc.net/)
     21 * [libpng](http://www.libpng.org/pub/png/libpng.html)
     22 
     23 ## compile and run:
     24 * make
     25 * ./penrose
     26 
     27 linux only for now.
     28 
     29 ## license
     30 * GPL-3.0-or-later
     31 * © 2020 Michael Percival <m@michaelpercival.xyz>
     32 * See LICENSE file for copyright and license details.