Skip to content

Commit

Permalink
misc: fix gallery links
Browse files Browse the repository at this point in the history
  • Loading branch information
dtcxzyw committed May 8, 2023
1 parent 3c45f00 commit a97c540
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
rm -Force ${{github.workspace}}/install/README.md
rm -Force ${{github.workspace}}/install/*.ilk
rm -Force ${{github.workspace}}/install/*.pdb
mv -Force ${{github.workspace}}/install/${{env.BUILD_TYPE}}/* ${{github.workspace}}/install/
rm -Force ${{github.workspace}}/install/${{env.BUILD_TYPE}}/
- uses: actions/upload-artifact@v3
with:
Expand Down
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,23 @@ Unofficial ShaderToy live viewer

## Gallery

![[goo](https://www.shadertoy.com/view/lllBDM)](https://user-images.githubusercontent.com/15650457/236786522-80c10c46-f3b0-46f3-88ef-abbe39c3cd5f.png)
[![goo](https://user-images.githubusercontent.com/15650457/236786522-80c10c46-f3b0-46f3-88ef-abbe39c3cd5f.png)](https://www.shadertoy.com/view/lllBDM)


![[expansive reaction-diffusion](https://www.shadertoy.com/view/4dcGW2)](https://user-images.githubusercontent.com/15650457/236787527-b26fa835-1d36-4dc6-be59-6d508e898e04.png)
[![expansive reaction-diffusion](https://user-images.githubusercontent.com/15650457/236787527-b26fa835-1d36-4dc6-be59-6d508e898e04.png)](https://www.shadertoy.com/view/4dcGW2)


![[mandelbrot](https://www.shadertoy.com/view/lsX3W4)](https://user-images.githubusercontent.com/15650457/236788040-2411c757-7c51-407a-869f-5c6709bf5e5d.png)
[![mandelbrot](https://user-images.githubusercontent.com/15650457/236788040-2411c757-7c51-407a-869f-5c6709bf5e5d.png)](https://www.shadertoy.com/view/lsX3W4)

![[MultiscaleMIPFluid](https://www.shadertoy.com/view/tsKXR3)](https://user-images.githubusercontent.com/15650457/236790106-5ebeb8a2-0c16-4cbd-a7cf-d8bbb21ad613.png)
[![MultiscaleMIPFluid](https://user-images.githubusercontent.com/15650457/236790106-5ebeb8a2-0c16-4cbd-a7cf-d8bbb21ad613.png)](https://www.shadertoy.com/view/tsKXR3)

![[RainbowSand](https://www.shadertoy.com/view/stdyRr)](https://user-images.githubusercontent.com/15650457/236790355-c20303e1-7abd-4d42-9088-2133a0e756fa.png)
[![RainbowSand](https://user-images.githubusercontent.com/15650457/236790355-c20303e1-7abd-4d42-9088-2133a0e756fa.png)](https://www.shadertoy.com/view/stdyRr)

![[subsurface](https://www.shadertoy.com/view/dltGWl)](https://user-images.githubusercontent.com/15650457/236790664-3defcade-c5b4-4f9c-9f21-0a1b67b72536.png)
[![subsurface](https://user-images.githubusercontent.com/15650457/236790664-3defcade-c5b4-4f9c-9f21-0a1b67b72536.png)](https://www.shadertoy.com/view/dltGWl)

![[noise-contour](https://www.shadertoy.com/view/MscSzf)](https://user-images.githubusercontent.com/15650457/236791146-b3b9cdff-6754-42ae-83c3-d69ef2ea9387.png)
[![noise-contour](https://user-images.githubusercontent.com/15650457/236791146-b3b9cdff-6754-42ae-83c3-d69ef2ea9387.png)](https://www.shadertoy.com/view/MscSzf)

See [examples](examples) for more shaders.


## Features
Expand Down

0 comments on commit a97c540

Please sign in to comment.