diff --git a/POINTS.code-workspace b/POINTS.code-workspace index 57097327..db0fd4e0 100644 --- a/POINTS.code-workspace +++ b/POINTS.code-workspace @@ -1,8 +1,8 @@ { - "folders": [ - { - "path": "." - } - ], - "settings": {} + "folders": [ + { + "path": "." + } + ], + "settings": {} } diff --git a/README.md b/README.md index 96bf5ded..0f489b56 100644 --- a/README.md +++ b/README.md @@ -4,21 +4,45 @@ You can code freely without the use of any of the provided [support modules (math, color, image, effects, noise, sdf, etc)](#support-modules) or you can use them and have a little bit less of code in the shader. You can of course create your own modules and import them in the same way. + +# Gallery + +https://github.com/Absulit/points/assets/233719/c7c164be-7b69-4277-a80c-ce458e751966 + + # Examples
- base demo image - image with bloom - image with effect - image with distortion + + base demo image + + + image with bloom + + + image with effect + + + image with distortion +
- image with dithering effect 1 - image with dithering effect 2 - image with dithering effect 2 - image with noise layered + + image with dithering effect 1 + + + image with dithering effect 2 + + + image with dithering effect 2 + + + image with noise layered +
+All examples are live here: https://absulit.github.io/points/examples/ + # Main Audience The library is for Generative Art, so in general for Creative Coders, for Programmers/Software people who like the arts, and Artists who like to code. diff --git a/docs/0001-0600.mp4 b/docs/0001-0600.mp4 new file mode 100644 index 00000000..dc4bc012 Binary files /dev/null and b/docs/0001-0600.mp4 differ