100 lines
No EOL
1.9 KiB
HTML
100 lines
No EOL
1.9 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="hardware">hardware</h1>
|
|
<p>
|
|
- leko pona<br>
|
|
- ch32v003 oled, bad apple, GoL, runner game<br>
|
|
- rotary encoder keyboard<br>
|
|
</p>
|
|
<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>
|
|
</p>
|
|
<h1 id="shaders">shaders</h1>
|
|
<p>
|
|
- quine<br>
|
|
- golfed quines<br>
|
|
- sunset<br>
|
|
- julia fractal<br>
|
|
</p>
|
|
<h2 id="andriod">andriod</h2>
|
|
<p>
|
|
- binary clock variants<br>
|
|
</p>
|
|
<h2 id="raymarching">raymarching</h2>
|
|
<p>
|
|
- libgarbage<br>
|
|
- libgarbage demo<br>
|
|
- spinny demo<br>
|
|
- flesh cube<br>
|
|
- big nut<br>
|
|
- loops<br>
|
|
</p>
|
|
<h2 id="cellular-automata">cellular automata</h2>
|
|
<p>
|
|
- game of life<br>
|
|
- rule 110<br>
|
|
- WireWorld<br>
|
|
- Lenia/smoothlife<br>
|
|
</p>
|
|
<h2 id="godot">godot</h2>
|
|
<p>
|
|
- voxel raymarcher<br>
|
|
</p>
|
|
<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>
|
|
<h2 id="steamvr">SteamVR</h2>
|
|
<p>
|
|
- OVR Utils<br>
|
|
- sinpin-vr<br>
|
|
- steamvr_status<br>
|
|
</p>
|
|
<h1 id="creative-coding">creative coding</h1>
|
|
<p>
|
|
- snad<br>
|
|
</p>
|
|
<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>
|
|
|
|
</main>
|
|
</body>
|
|
|
|
</html> |