add stuff to portfolio

This commit is contained in:
Crispy 2024-08-26 22:59:24 +02:00
parent 842c408fa4
commit d289fdfcbc
8 changed files with 178 additions and 119 deletions

View file

@ -11,88 +11,110 @@
<body>
<main>
<h1 id="hardware">hardware</h1>
<h1 id="portfolio">Portfolio</h1>
<p>
- leko pona<br>
- ch32v003 oled, bad apple, GoL, runner game<br>
- rotary encoder keyboard<br>
Hi this is a non-exhaustive list of my personal projects. It appears I like making things with computers.<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 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>
<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 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 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 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>
- LD50: Pixel Entropy<br>
- LD49: Shork Inc<br>
- LD48: Shork<br>
- LD47: Dynamic Flux Entropy<br>
- LD46: Tree Shroomulator<br>
- LD45: Mind the Gap<br>
- Blackthornprod gamejam 2: Starship: Conquer Space<br>
- LD43: The robot's adventure<br>
- LD42: Forklift Simulator<br>
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 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>
<p>
- quine<br>
- golfed quines<br>
- sunset<br>
- julia fractal<br>
</p>
<h3 id="partial-qr-code">partial QR code</h3>
<h3 id="quine">quine</h3>
<h3 id="golfed-quines">golfed quines</h3>
<h3 id="sunset">sunset</h3>
<h3 id="julia-fractal">julia fractal</h3>
<h2 id="andriod">andriod</h2>
<p>
- binary clock variants<br>
</p>
<h3 id="binary-clock-variants">binary clock variants</h3>
<h2 id="raymarching">raymarching</h2>
<p>
- libgarbage<br>
- libgarbage demo<br>
- spinny demo<br>
- flesh cube<br>
- big nut<br>
- loops<br>
</p>
<h3 id="libgarbage">libgarbage</h3>
<h3 id="libgarbage-demo">libgarbage demo</h3>
<h3 id="spinny-demo">spinny demo</h3>
<h3 id="flesh-cube">flesh cube</h3>
<h3 id="big-nut">big nut</h3>
<h3 id="loops">loops</h3>
<video src="/media/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>
<h3 id="boxes">boxes</h3>
<video src="/media/rm_boxes.mp4" alt="" title="" controls ></video>
<h2 id="cellular-automata">cellular automata</h2>
<p>
- game of life<br>
- rule 110<br>
- WireWorld<br>
- Lenia/smoothlife<br>
</p>
<h3 id="game-of-life">game of life</h3>
<h3 id="rule-110">rule 110</h3>
<h3 id="wireworld">WireWorld</h3>
<h3 id="leniasmoothlife">Lenia/smoothlife</h3>
<h2 id="godot">godot</h2>
<p>
- voxel raymarcher<br>
</p>
<h3 id="voxel-raymarcher">voxel raymarcher</h3>
<h1 id="utilities">utilities</h1>
<p>
- snoud<br>
- htmd<br>
- webserver<br>
- julia fractal renderer<br>
- brainfuck debugger<br>
- text editor lili<br>
- compiler-timer<br>
- GDVK godot virtual system input<br>
</p>
<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>
<p>
- OVR Utils<br>
- sinpin-vr<br>
- steamvr_status<br>
</p>
<h3 id="ovr-utils">OVR Utils</h3>
<h3 id="sinpin-vr">sinpin-vr</h3>
<h3 id="steamvr_status">steamvr_status</h3>
<h1 id="creative-coding">creative coding</h1>
<p>
- snad<br>
</p>
<h3 id="snad">snad</h3>
<h1 id="silly">Silly</h1>
<p>
- worm lang<br>
- advent of code 2023 day 1 and 4 in brainfuck<br>
- asetniop emulator for x11<br>
- june<br>
- neuralblender-mc<br>
- minesweeper-rs<br>
- rust-mandelbrot<br>
- voxel-meshing godot c++<br>
- CounterBot<br>
- gymnasiearbete - multiplayer voxel game godot<br>
<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>

BIN
site/media/leko_tonsi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 879 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

Binary file not shown.

BIN
site/media/rm_boxes.mp4 Normal file

Binary file not shown.

Binary file not shown.

View file

@ -32,7 +32,13 @@ code {
}
}
video, img { max-width: 100%; }
video, img {
max-width: 100%;
}
video {
max-height: 500px;
}
.flags {
display: flex;

View file

@ -1,61 +1,92 @@
# Portfolio
Hi this is a non-exhaustive list of my personal projects. It appears I like making things with computers.
# hardware
- leko pona
- ch32v003 oled, bad apple, GoL, runner game
- rotary encoder keyboard
### leko pona
`2022-08`
[git.crispypin.cc/CrispyPin/leko-pona](https://git.crispypin.cc/CrispyPin/leko-pona)
==image:"/media/leko_tonsi.png":"leko pona, a split keyboard with blank keycaps in the trans flag colours"
## ch32v003 oled board
project files: [git.crispypin.cc/CrispyPin/ch32_oled](https://git.crispypin.cc/CrispyPin/ch32_oled)
### bad apple
`2024-04`
[git.crispypin.cc/CrispyPin/bad-apple/](https://git.crispypin.cc/CrispyPin/bad-apple/)
==youtube:G0eonL14tCQ
### Conways Game of Life
`2024-04`
==video:"/media/ch32_gol.mp4":"conways game of life on a tiny display"
### Runner game
`2024-04`
==video:"/media/musi_pi_soweli_tawa.mp4":"simple runner game, similar to the chrome dino game"
## rotary encoder keyboard
# jam games
- LD50: Pixel Entropy
- LD49: Shork Inc
- LD48: Shork
- LD47: Dynamic Flux Entropy
- LD46: Tree Shroomulator
- LD45: Mind the Gap
- Blackthornprod gamejam 2: Starship: Conquer Space
- LD43: The robot's adventure
- LD42: Forklift Simulator
LD is the [Ludum Dare game jam](https://ldjam.com/), where you have 3 days to create a game fitting to a theme that is revealed when the jam starts.
All the below games except for `LD45: Mind the Gap` I made together with [Erikbot](https://github.com/ErikBot42). I have done both art and programming for all of them.
### LD50: Pixel Entropy
`2022-04`
[crispypin.itch.io/ld-50](https://crispypin.itch.io/ld-50)
[github.com/CrispyPin/ld-50](https://github.com/CrispyPin/ld-50)
==image:"/media/pixel_entropy.png":"a 2D pixel physics sandbox"
### LD49: Shork Inc
### LD48: Shork
### LD47: Dynamic Flux Entropy
### LD46: Tree Shroomulator
### LD45: Mind the Gap
### Blackthornprod gamejam 2: Starship: Conquer Space
### LD43: The robot's adventure
### LD42: Forklift Simulator
# shaders
- quine
- golfed quines
- sunset
- julia fractal
### partial QR code
### quine
### golfed quines
### sunset
### julia fractal
## andriod
- binary clock variants
### binary clock variants
## raymarching
- libgarbage
- libgarbage demo
- spinny demo
- flesh cube
- big nut
- loops
### libgarbage
### libgarbage demo
### spinny demo
### flesh cube
### big nut
### loops
==video:"/media/rm_looping_loops.mp4":"11 rectangular frames moving through each other smoothly":loop=true
### boxes
==video:"/media/rm_boxes.mp4"
## cellular automata
- game of life
- rule 110
- WireWorld
- Lenia/smoothlife
### game of life
### rule 110
### WireWorld
### Lenia/smoothlife
## godot
- voxel raymarcher
### voxel raymarcher
# utilities
- snoud
- htmd
- webserver
- julia fractal renderer
- brainfuck debugger
- text editor lili
- compiler-timer
- GDVK godot virtual system input
### snoud
### htmd
### webserver
### julia fractal renderer
### brainfuck debugger
### text editor lili
### compiler-timer
### GDVK godot virtual system input
## SteamVR
- OVR Utils
- sinpin-vr
- steamvr_status
### OVR Utils
### sinpin-vr
### steamvr_status
# creative coding
- snad
### snad
# Silly
- worm lang
- advent of code 2023 day 1 and 4 in brainfuck
- asetniop emulator for x11
- june
- neuralblender-mc
- minesweeper-rs
- rust-mandelbrot
- voxel-meshing godot c++
- CounterBot
- gymnasiearbete - multiplayer voxel game godot
### worm lang
### advent of code 2023 day 1 and 4 in brainfuck
### asetniop emulator for x11
### june
### neuralblender-mc
### minesweeper-rs
### rust-mandelbrot
### voxel-meshing godot c++
### CounterBot
### gymnasiearbete: multiplayer voxel game godot