diff --git a/PREVIEW.jpg b/PREVIEW.jpg index 7720f80..3878100 100644 Binary files a/PREVIEW.jpg and b/PREVIEW.jpg differ diff --git a/PREVIEW2.jpg b/PREVIEW2.jpg new file mode 100644 index 0000000..61e3447 Binary files /dev/null and b/PREVIEW2.jpg differ diff --git a/PREVIEW3.jpg b/PREVIEW3.jpg new file mode 100644 index 0000000..9d87853 Binary files /dev/null and b/PREVIEW3.jpg differ diff --git a/README.md b/README.md index 30d0f4d..d8fe07d 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,8 @@ Additional functions can be found in the [includes](https://github.com/hundredra - `(test name a b)` - `(benchmark fn)` logs time taken to execute a function. + + ## Extras - This application supports the [Ecosystem Theme](https://github.com/hundredrabbits/Themes). diff --git a/examples/pixels/convolve.lisp b/examples/pixels/convolve.lisp new file mode 100644 index 0000000..614040f --- /dev/null +++ b/examples/pixels/convolve.lisp @@ -0,0 +1,10 @@ +(clear) +; drag an image on the window +(open $path) +; +(convolve + (rect 100 100 400 400) edge) +(convolve + (rect 300 300 400 400) sharpen) +(convolve + (rect 500 500 400 400) blur) \ No newline at end of file