blug/site/lists/portfolio.html
2024-08-27 22:40:58 +02:00

188 lines
No EOL
10 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>something silly - portfolio</title>
<link rel="stylesheet" href="/style.css">
<link rel="icon" type="image/x-icon" href="/creacher.png">
</head>
<body>
<main>
<h1 id="portfolio">Portfolio</h1>
<p>
Hi, this is a non-exhaustive list of my personal projects. It appears I like making things with computers. The dates listed are the last time any significant change was made, for projects that spanned several months.<br>
</p>
<h1 id="hardware">hardware</h1>
<h3 id="leko-pona">leko pona</h3>
<p>
<code>2022-08</code><br>
<a href="https://git.crispypin.cc/CrispyPin/leko-pona">git.crispypin.cc/CrispyPin/leko-pona</a><br>
<img loading="lazy" src="/media/leko_tonsi.png" alt="leko pona, a split keyboard with blank keycaps in the trans flag colours" title="leko pona, a split keyboard with blank keycaps in the trans flag colours"></img>
</p>
<h2 id="ch32v003-oled-board">ch32v003 oled board</h2>
<p>
project files: <a href="https://git.crispypin.cc/CrispyPin/ch32_oled">git.crispypin.cc/CrispyPin/ch32_oled</a><br>
</p>
<h3 id="bad-apple">bad apple</h3>
<p>
<code>2024-04</code><br>
source: <a href="https://git.crispypin.cc/CrispyPin/bad-apple/">git.crispypin.cc/CrispyPin/bad-apple/</a><br>
<a href="https://youtu.be/G0eonL14tCQ">https://youtu.be/G0eonL14tCQ</a>
<iframe loading="lazy" src="https://www.youtube-nocookie.com/embed/G0eonL14tCQ" width="600px" height="340px" allowfullscreen></iframe></p>
<h3 id="conways-game-of-life">Conways Game of Life</h3>
<p>
<code>2024-04</code><br>
<video loading="lazy" src="/media/ch32_gol.mp4" alt="conways game of life on a tiny display" title="conways game of life on a tiny display" controls ></video>
</p>
<h3 id="runner-game">Runner game</h3>
<p>
<code>2024-04</code><br>
<video loading="lazy" src="/media/musi_pi_soweli_tawa.mp4" alt="simple runner game, similar to the chrome dino game" title="simple runner game, similar to the chrome dino game" controls ></video>
</p>
<h2 id="rotary-encoder-keyboard">rotary encoder keyboard</h2>
<h1 id="jam-games">jam games</h1>
<p>
LD is the <a href="https://ldjam.com/">Ludum Dare game jam</a>, where you have 3 days to create a game fitting to a theme that is revealed when the jam starts.<br>
</p>
<p>
All the below games except for <code>LD45: Mind the Gap</code> I made together with <a href="https://github.com/ErikBot42">Erikbot</a>. I have done both art and programming for all of them.<br>
</p>
<h3 id="ld50-pixel-entropy">LD50: Pixel Entropy</h3>
<p>
<code>2022-04</code><br>
<a href="https://crispypin.itch.io/ld-50">crispypin.itch.io/ld-50</a><br>
<a href="https://github.com/CrispyPin/ld-50">github.com/CrispyPin/ld-50</a><br>
<img loading="lazy" src="/media/pixel_entropy.png" alt="a 2D pixel physics sandbox" title="a 2D pixel physics sandbox"></img>
</p>
<h3 id="ld49-shork-inc">LD49: Shork Inc</h3>
<h3 id="ld48-shork">LD48: Shork</h3>
<h3 id="ld47-dynamic-flux-entropy">LD47: Dynamic Flux Entropy</h3>
<h3 id="ld46-tree-shroomulator">LD46: Tree Shroomulator</h3>
<h3 id="ld45-mind-the-gap">LD45: Mind the Gap</h3>
<h3 id="blackthornprod-gamejam-2-starship-conquer-space">Blackthornprod gamejam 2: Starship: Conquer Space</h3>
<h3 id="ld43-the-robots-adventure">LD43: The robot's adventure</h3>
<h3 id="ld42-forklift-simulator">LD42: Forklift Simulator</h3>
<h1 id="shaders">shaders</h1>
<h3 id="partial-qr-code">partial QR code</h3>
<p>
<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>
<h3 id="quine">quine</h3>
<p>
<code>2024-08</code><br>
A <a href="https://en.wikipedia.org/wiki/Self-reproducing_program">quine</a> is a program that outputs its own source code. Since shaders don't have text or file outputs, a shader quine must render its own source code instead. This shader contains the font data required to be readable.<br>
<img loading="lazy" src="/media/shaders/shader_quine_198x99.png" alt="a large square of shader code, being rendered by itself" title="a large square of shader code, being rendered by itself"></img>
</p>
<h3 id="golfed-quines">golfed quines</h3>
<p>
<code>2024-08</code><br>
Code golf is the art of shortening a program as much as possible while still producing a required behavior. I made a tiny version of the quine, only 2877 bytes large. At the end it does render some random characters, but I still consider it valid. When code golfing, undefined behaviour is part of the fun.<br>
<img loading="lazy" src="/media/shaders/shader_quine_2877.png" alt="a smaller wall of text, with a low-resolution font that is just barely readable" title="a smaller wall of text, with a low-resolution font that is just barely readable"></img>
</p>
<h3 id="sunset">sunset</h3>
<p>
<code>2023-02</code><br>
This is a single fragment shader, which means you can put it on any mesh and it will look the same.<br>
<img loading="lazy" src="/media/shaders/sunset_shader.png" alt="sunset over a calm ocean, with stars visible in the purple sky" title="sunset over a calm ocean, with stars visible in the purple sky"></img>
</p>
<h3 id="julia-fractal">julia fractal</h3>
<h2 id="andriod">andriod</h2>
<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>
</p>
<h3 id="binary-clock-variants">binary clock variants</h3>
<p>
<code>2024-05</code><br>
The 4x4 version divides the day into 2^16 sections, each one about 1.3s long, and displays the number of sections passed since midnight as a binary number.<br>
<img loading="lazy" src="/media/shaders/binary_clock_square.png" alt="a 4x4 grid of circles, some of which are filled" title="a 4x4 grid of circles, some of which are filled"></img>
</p>
<p>
This 3-row version uses the traditional division of hours, minutes and seconds, just displaying the three numbers in binary.<br>
<img loading="lazy" src="/media/shaders/binary_clock.png" alt="3 rows of 5, 6 and 6 circles" title="3 rows of 5, 6 and 6 circles"></img>
</p>
<h2 id="raymarching">raymarching</h2>
<h3 id="libgarbage">libgarbage</h3>
<p>
<code>2023-07</code><br>
libgarbage is my raymarching shader library, with which all the following shaders are made with. It doesn't have its own repository right now, but can be found in <a href="https://git.crispypin.cc/CrispyPin/cvr-props/src/branch/main/Assets/raymarched/lib">git.crispypin.cc/CrispyPin/cvr-props</a><br>
</p>
<h3 id="libgarbage-demo">libgarbage demo</h3>
<p>
<code>2023-09</code><br>
An example scene made for libgarbage, showing most of the primitive shapes available.<br>
<video loading="lazy" src="/media/shaders/rm_demo_scene.mp4" alt="a collection of sdf primitives with a reflective material" title="a collection of sdf primitives with a reflective material" controls ></video>
</p>
<h3 id="spinny-thing">spinny thing</h3>
<p>
<code>2023-07</code><br>
<video loading="lazy" src="/media/shaders/rm_spinny_thing.mp4" alt="" title="" controls ></video>
</p>
<h3 id="flesh-cube">flesh cube</h3>
<p>
<code>2023-07</code><br>
<video loading="lazy" src="/media/shaders/rm_flesh_cube.mp4" alt="disgusting pulsating fleshy cube" title="disgusting pulsating fleshy cube" controls ></video>
</p>
<h3 id="big-nut">big nut</h3>
<p>
<code>2023-09</code><br>
<video loading="lazy" src="/media/shaders/rm_big_nut.mp4" alt="a spinning metallic bolt and nut continually screwing and unscrewing itself" title="a spinning metallic bolt and nut continually screwing and unscrewing itself" controls ></video>
</p>
<h3 id="loops">loops</h3>
<p>
<code>2024-08</code><br>
<video loading="lazy" src="/media/shaders/rm_looping_loops.mp4" alt="11 rectangular frames moving through each other smoothly" title="11 rectangular frames moving through each other smoothly" controls loop=true></video>
</p>
<h3 id="boxes">boxes</h3>
<p>
<code>2024-08</code><br>
<video loading="lazy" src="/media/shaders/rm_boxes.mp4" alt="" title="" controls ></video>
</p>
<h2 id="cellular-automata">cellular automata</h2>
<h3 id="game-of-life">game of life</h3>
<h3 id="rule-110">rule 110</h3>
<p>
<code>2023-09</code><br>
See <a href="https://en.wikipedia.org/wiki/Elementary_cellular_automaton">Elementary cellular automaton (Wikipedia)</a>.<br>
<img loading="lazy" src="/media/shaders/rule_110.png" alt="elementary cellular automata 110" title="elementary cellular automata 110"></img>
</p>
<h3 id="wireworld">WireWorld</h3>
<h3 id="leniasmoothlife">Lenia/smoothlife</h3>
<h2 id="godot">godot</h2>
<h3 id="voxel-raymarcher">voxel raymarcher</h3>
<h1 id="utilities">utilities</h1>
<h3 id="snoud">snoud</h3>
<h3 id="htmd">htmd</h3>
<h3 id="webserver">webserver</h3>
<h3 id="julia-fractal-renderer">julia fractal renderer</h3>
<h3 id="brainfuck-debugger">brainfuck debugger</h3>
<h3 id="text-editor-lili">text editor lili</h3>
<h3 id="compiler-timer">compiler-timer</h3>
<h3 id="gdvk-godot-virtual-system-input">GDVK godot virtual system input</h3>
<h2 id="steamvr">SteamVR</h2>
<h3 id="ovr-utils">OVR Utils</h3>
<h3 id="sinpin-vr">sinpin-vr</h3>
<h3 id="steamvr_status">steamvr_status</h3>
<h1 id="silly">Silly</h1>
<h3 id="snad">snad</h3>
<h3 id="worm-lang">worm lang</h3>
<h3 id="advent-of-code-2023-day-1-and-4-in-brainfuck">advent of code 2023 day 1 and 4 in brainfuck</h3>
<h3 id="asetniop-emulator-for-x11">asetniop emulator for x11</h3>
<h3 id="june">june</h3>
<h3 id="neuralblender-mc">neuralblender-mc</h3>
<h3 id="minesweeper-rs">minesweeper-rs</h3>
<h3 id="rust-mandelbrot">rust-mandelbrot</h3>
<h3 id="voxel-meshing-godot-c">voxel-meshing godot c++</h3>
<h3 id="counterbot">CounterBot</h3>
<h3 id="gymnasiearbete-multiplayer-voxel-game-godot">gymnasiearbete: multiplayer voxel game godot</h3>
</main>
</body>
</html>