diff --git a/site/index.html b/site/index.html index 11d79ca..7294218 100644 --- a/site/index.html +++ b/site/index.html @@ -37,7 +37,7 @@ this means it is
- todo: put more words in the computer

-me elsewhere | photos | portfolio
+me elsewhere | photos
bookmarks | music

diff --git a/site/portfolio.html b/site/portfolio.html index cac0114..d8d988b 100644 --- a/site/portfolio.html +++ b/site/portfolio.html @@ -11,13 +11,9 @@
-

-this page is a work in progress -

-

Portfolio

+

Portfolio

-Hi, this is a non-exhaustive list of my personal projects. It appears I like making things with computers.
-The dates listed are generally the last time any significant change was made, for projects that spanned several months.
+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.

categories

@@ -26,15 +22,14 @@ The dates listed are generally the last time any significant change was made, fo - shaders
- raymarching shaders
- utilities
-- misc

hardware

leko pona

2022-08
source: https://git.crispypin.cc/CrispyPin/leko-pona
+The deskmat texture was created with my julia fractal renderer
leko pona, a split keyboard with blank keycaps in the trans flag colours -(The deskmat texture was created with my julia fractal renderer)

ch32v003 oled board

@@ -150,7 +145,7 @@ A shader that can display qr codes of any size, though it requires computing the 2024-08
A quine 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.
-(click for full resolution) A large square of shader code, being rendered by itself +a large square of shader code, being rendered by itself

shader quine golf

@@ -260,11 +255,6 @@ source: https://git.crispypin. This is the markdown to html generator that this site is built with. It uses markdown as a base but is far from standard markdown, it has weird quirks and macros that I needed.

webserver

-

-2024-07
-source:
https://git.crispypin.cc/CrispyPin/webserver
-Made at first to learn, then to run this website. It seves files and supports partial requests, allowing you to watch videos without needing the whole file to be cached first. (videos are still partially broken, only some formats work properly)
-

julia fractal renderer

2023-07
@@ -311,7 +301,7 @@ Since 2023-09-07: 55h 11m 22s

OVR Utils

sinpin-vr

steamvr_status

-

misc

+

Silly

snad

worm lang

advent of code 2023 day 1 and 4 in brainfuck

@@ -330,9 +320,9 @@ The cursed flowers in the picture below are poppies, which for some reason resul

minesweeper-rs

rust-mandelbrot

-

voxel engine in godot c++

+

voxel-meshing godot c++

CounterBot

-

godot multiplayer voxel game demo (school project)

+

gymnasiearbete: multiplayer voxel game godot

diff --git a/write/index.md b/write/index.md index 8f259d5..a2ce6b1 100644 --- a/write/index.md +++ b/write/index.md @@ -20,7 +20,7 @@ this means it is - [old projects](/old-projects/old-project-list) - todo: put more words in the computer -[me elsewhere](/lists/me) | [photos](/photos) | [portfolio](/portfolio) +[me elsewhere](/lists/me) | [photos](/photos) [bookmarks](/lists/bookmarks) | [music](/lists/music) {RAW_HTML} diff --git a/write/portfolio.md b/write/portfolio.md index 9d7a9c5..76425f6 100644 --- a/write/portfolio.md +++ b/write/portfolio.md @@ -1,23 +1,18 @@ -this page is a work in progress # Portfolio - -Hi, this is a non-exhaustive list of my personal projects. It appears I like making things with computers. -The dates listed are generally the last time any significant change was made, for projects that spanned several months. - +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. ## categories - [hardware](#hardware) - [game jam games](#jam-games) - [shaders](#shaders) - [raymarching shaders](#raymarching) - [utilities](#utilities) -- [misc](#misc) # hardware ### leko pona `2022-08` source: [https://git.crispypin.cc/CrispyPin/leko-pona](https://git.crispypin.cc/CrispyPin/leko-pona) +The deskmat texture was created with my [julia fractal renderer](#julia-fractal-renderer) ==image:"/media/leko_tonsi.png":"leko pona, a split keyboard with blank keycaps in the trans flag colours" -(The deskmat texture was created with my [julia fractal renderer](#julia-fractal-renderer)) ## ch32v003 oled board project files: [git.crispypin.cc/CrispyPin/ch32_oled](https://git.crispypin.cc/CrispyPin/ch32_oled) @@ -112,7 +107,7 @@ A shader that can display qr codes of any size, though it requires computing the `2024-08` A [quine](https://en.wikipedia.org/wiki/Self-reproducing_program) 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. -==image:"/media/shaders/shader_quine_198x99.png":"(click for full resolution) A large square of shader code, being rendered by itself" +==image:"/media/shaders/shader_quine_198x99.png":"a large square of shader code, being rendered by itself" ### shader quine golf @@ -203,10 +198,6 @@ source: [https://git.crispypin.cc/CrispyPin/htmd](https://git.crispypin.cc/Crisp This is the markdown to html generator that this site is built with. It uses markdown as a base but is far from standard markdown, it has weird quirks and macros that I needed. ### webserver -`2024-07` -source: [https://git.crispypin.cc/CrispyPin/webserver](https://git.crispypin.cc/CrispyPin/webserver) -Made at first to learn, then to run this website. It seves files and supports partial requests, allowing you to watch videos without needing the whole file to be cached first. (videos are still partially broken, only some formats work properly) - ### julia fractal renderer `2023-07` source: [https://git.crispypin.cc/CrispyPin/julia-fractal-renderer](https://git.crispypin.cc/CrispyPin/julia-fractal-renderer) @@ -248,7 +239,7 @@ Since 2023-09-07: 55h 11m 22s ### OVR Utils ### sinpin-vr ### steamvr_status -# misc +# Silly ### snad ### worm lang ### advent of code 2023 day 1 and 4 in brainfuck @@ -265,6 +256,6 @@ The cursed flowers in the picture below are poppies, which for some reason resul ### minesweeper-rs ### rust-mandelbrot -### voxel engine in godot c++ +### voxel-meshing godot c++ ### CounterBot -### godot multiplayer voxel game demo (school project) +### gymnasiearbete: multiplayer voxel game godot