Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #107

Merged
merged 2 commits into from
May 20, 2024
Merged

Dev #107

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions POINTS.code-workspace
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
"folders": [
{
"path": "."
}
],
"settings": {}
}
40 changes: 32 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<div>
<img src="./docs/base_demo.png" alt="base demo image" width="200"/>
<img src="./docs/bloom1.png" alt="image with bloom" width="200"/>
<img src="./docs/imagetexture2.png" alt="image with effect" width="200"/>
<img src="./docs/imagetexture3.png" alt="image with distortion" width="200"/>
<a href="./examples/base/">
<img src="./docs/base_demo.png" alt="base demo image" width="200"/>
</a>
<a href="./examples/bloom1/">
<img src="./docs/bloom1.png" alt="image with bloom" width="200"/>
</a>
<a href="./examples/imagetexture2/">
<img src="./docs/imagetexture2.png" alt="image with effect" width="200"/>
</a>
<a href="./examples/imagetexture3/">
<img src="./docs/imagetexture3.png" alt="image with distortion" width="200"/>
</a>
</div>
<div>
<img src="./docs/dithering1.png" alt="image with dithering effect 1" width="200"/>
<img src="./docs/dithering2.png" alt="image with dithering effect 2" width="200"/>
<img src="./docs/dithering3.png" alt="image with dithering effect 2" width="200"/>
<img src="./docs/noise1.png" alt="image with noise layered" width="200"/>
<a href="./examples/dithering1/">
<img src="./docs/dithering1.png" alt="image with dithering effect 1" width="200"/>
</a>
<a href="./examples/dithering2/">
<img src="./docs/dithering2.png" alt="image with dithering effect 2" width="200"/>
</a>
<a href="./examples/dithering3/">
<img src="./docs/dithering3.png" alt="image with dithering effect 2" width="200"/>
</a>
<a href="./examples/noise1/">
<img src="./docs/noise1.png" alt="image with noise layered" width="200"/>
</a>
</div>

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.
Expand Down
Binary file added docs/0001-0600.mp4
Binary file not shown.