diff --git a/.gitignore b/.gitignore index ef81bda..412aa03 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,3 @@ .cache/ build/ doc/ -*.png diff --git a/README.md b/README.md index dc4795b..a9c174a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Live tool for developing OpenGL shaders interactively. +![psychedelic bacteria](https://github.com/dlozeve/ShaderTool/blob/master/images/bacteria.png?raw=true) ![julia](https://github.com/dlozeve/ShaderTool/blob/master/images/julia.gif?raw=true) + I developed this small program to experiment with shaders locally, to reproduce an experience like [Shadertoy](https://www.shadertoy.com/) offline, with the ability to choose my own text editor. It was also a diff --git a/images/bacteria.png b/images/bacteria.png new file mode 100644 index 0000000..d87646e Binary files /dev/null and b/images/bacteria.png differ diff --git a/images/julia.gif b/images/julia.gif new file mode 100644 index 0000000..e4911b7 Binary files /dev/null and b/images/julia.gif differ