commit 0e88df6dfd6e874fb2cfb180e1c4acace7ea2602 parent 6aeb8887cec8bbfee07550c1b703b6afaaf52321 Author: mpizzzle <m@michaelpercival.xyz> Date: Sun, 25 Oct 2020 16:39:58 +0000 updating readme with license info Diffstat:
| M | README.md | | | 13 | ++++++++++--- |
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md @@ -10,15 +10,22 @@ program for generating penrose tilings. work in progress. -## basics: +## how does it work? * https://tartarus.org/~simon/20110412-penrose/penrose.xhtml ## dependencies: * [glfw](https://www.glfw.org/) * [GLEW](https://github.com/nigels-com/glew) -* libGL +* [libGL](https://dri.freedesktop.org/wiki/libGL/) * [glm](https://glm.g-truc.net/) -## to compile and run: +## compile and run: * make * ./penrose + +linux only for now. + +## license +* GPL-3.0-or-later +* © 2020 Michael Percival <m@michaelpercival.xyz> +* See LICENSE file for copyright and license details.