add musics

This commit is contained in:
Crispy 2024-11-28 22:57:10 +01:00
parent 60fcbd530d
commit 892d803d3f
4 changed files with 20 additions and 2 deletions

View file

@ -148,6 +148,8 @@ Little worms following the hilbert curve<br>
<code>2024-08</code><br>
A shader that can display qr codes of any size, though it requires computing the error correction codes beforehand. Partially because it would be slow to do for every pixel every frame, but mostly because I couldn't find a resource explaining how to do it.<br>
<video loading="lazy" src="/media/shaders/qr_shader_bit_order.mp4" alt="" title="" controls ></video>
</p>
<p>
(I used <a href="https://www.nayuki.io/page/creating-a-qr-code-step-by-step">https://www.nayuki.io/page/creating-a-qr-code-step-by-step</a> as a reference, though the algorithm is very different because I'm using a shader)<br>
</p>
<h3 id="shader-quine">shader quine</h3>
@ -181,7 +183,7 @@ They are both animated slowly, but the second one has distortion based on world
<p>
<code>2024-05</code><br>
source: <a href="https://git.crispypin.cc/CrispyPin/android-shaders">git.crispypin.cc/CrispyPin/android-shaders</a><br>
Using the app <a href="https://f-droid.org/en/packages/de.markusfisch.android.shadereditor/">Shader Editor</a>, I made some shaders for my phones' wallpaper.<br>
Using the app <a href="https://f-droid.org/en/packages/de.markusfisch.android.shadereditor/">Shader Editor</a>, I made some shaders for my phone's wallpaper.<br>
</p>
<h3 id="binary-clock-variants">binary clock variants</h3>
<p>