diff --git a/src/index.html b/src/index.html
index 66ceb31..be574d4 100644
--- a/src/index.html
+++ b/src/index.html
@@ -25,15 +25,22 @@
GitHub: iszn11
itch.io: iszn_11
- Programming languages
+ My Zig projects
- - renjamlang: a scripting language made in 48h, where comments can be attached to values and have string interpolation ability
- - asmscript: JIT-compiled, low-level programming language made in 48h, which attempts to make x86_64 assembly look more structured and easier to read
- - RuntypeScript: a scripting language made in 48h, heavily inspired by TypeScript's type system, where type system is the value system
+ - castle: a collection of experimental, recreational or actually useful Zig libraries for personal use.
+ - voxel-game: a 3D voxel game prototype written from scratch, running on Vulkan.
+
+ Programming language jams
+ I really enjoy writing parsers, interpreters and compilers. I've participated in 3 programming language jams organized by Sophia J. Turner. Every programming language was created solo in 48h.
+
+ - renjamlang (Jam #1, theme: "first-class comments"): a scripting language, where comments can be attached to values and have string interpolation ability. The language was briefly mentioned in video by Context Free about the jam.
+ - asmscript (Jam #3, theme: "beautiful assembly"): JIT-compiled, low-level programming language, which attempts to make x86_64 assembly look more structured and easier to read.
+ - RuntypeScript (Jam #4, theme: "the sound(ness) of one hand typing"): a scripting language heavily inspired by TypeScript's type system, where type system is the value system. The language was one of the winners and was featured in the LangJam #0004 Results video.
Other projects
- - Handmade Instant Image Viewer (Hmiiv): tiny (90 kiB) Win32 application that can open and display an image and nothing else.
+ - apios: Lightweight HTTP API definitions in TypeScript
+ - music-repo: fullstack web app for managing a digital sheet music library (glorified Google Drive)
- oktaeder: 3D rendering library for WebGPU (not in active development)