Skip to content

Commit

Permalink
Move images
Browse files Browse the repository at this point in the history
  • Loading branch information
mole99 committed Apr 13, 2024
1 parent 85c6abd commit 6b80879
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ These images and many more can be generated with Tiny Shader. Note, that shaders

<div align="center">

|![test2.png](images/test2.png)|![test4.png](images/test4.png)|![test5.png](images/test5.png)|![test7.png](images/test7.png)|
|![test2.png](docs/images/test2.png)|![test4.png](docs/images/test4.png)|![test5.png](docs/images/test5.png)|![test7.png](docs/images/test7.png)|
|-|-|-|-|
| <pre>GETX R0<br>SINE R1<br>SETR R1<br>GETY R0<br>SINE R1<br>SETG R1</pre> | <pre>GETX R0<br>GETY R1<br>XOR R0 R1<br>SETRGB R0</pre> | <pre>GETY R1<br>LDI 1<br>AND R1 R0<br>IFNE R1<br>LDI 63<br>IFEQ R1<br>LDI 0<br>SETRGB R0</pre> | <pre>CLEAR R3<br>GETX R0<br>GETUSER R1<br>ADD R0 R1<br>SETRGB R0<br>SINE R0<br>HALF R0<br>GETY R1<br>IFGE R1<br>SETRGB R3</pre> |

Expand All @@ -22,7 +22,7 @@ Here is an animation using the time register:

<div align="center">

![animation.gif](images/animation.gif)
![animation.gif](docs/images/animation.gif)

</div>

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion docs/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ These images and many more can be generated with Tiny Shader. Note, that shaders

|||||
|-|-|-|-|
|![test2.png](../images/test2.png)|![test4.png](../images/test4.png)|![test5.png](../images/test5.png)|![test7.png](../images/test7.png)|
|![test2.png](images/test2.png)|![test4.png](images/test4.png)|![test5.png](images/test5.png)|![test7.png](images/test7.png)|

The shader for the last image is shown here:

Expand Down

0 comments on commit 6b80879

Please sign in to comment.