add Jumble and blobs

This commit is contained in:
2025-07-24 23:13:25 +02:00
parent 88c875c57e
commit c080226d47
3 changed files with 22 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ Smaller scripts will be included directly in this repository
- [RIVET](#rivet) - [RIVET](#rivet)
- [Chronos](#chronos) - [Chronos](#chronos)
- [Circuiteria](#circuiteria) - [Circuiteria](#circuiteria)
- [Jumble](#jumble)
- [Functastic](#functastic) - [Functastic](#functastic)
- [Math tools](#math-tools) - [Math tools](#math-tools)
- [Sankeynoa](#sankeynoa) - [Sankeynoa](#sankeynoa)
@@ -20,6 +21,7 @@ Smaller scripts will be included directly in this repository
- [Leetcode trees](#leetcode-trees) - [Leetcode trees](#leetcode-trees)
- [Cafeteria menus](#cafeteria-menus) - [Cafeteria menus](#cafeteria-menus)
- [Advent of Code](#advent-of-code) - [Advent of Code](#advent-of-code)
- [Blobs](#blobs)
## RIVET ## RIVET
@@ -58,6 +60,18 @@ Drawing block circuits with Typst made easy, using CeTZ
<img src="images/circuiteria.png" width="300"> <img src="images/circuiteria.png" width="300">
</p> </p>
## Jumble
*Links*:
[Repo](https://git.kb28.ch/HEL/jumble) /
[Universe](https://typst.app/universe/package/jumble)
*Description*:
A Typst package providing some hash functions and related stuff
<p align="center">
<img src="images/jumble.png" width="500">
</p>
## Functastic ## Functastic
*Links*: *Links*:
[Repo](https://git.kb28.ch/HEL/functastic) [Repo](https://git.kb28.ch/HEL/functastic)
@@ -157,5 +171,13 @@ My attempt at Advent of Code (2024)
<img src="images/aoc.png" width="300"> <img src="images/aoc.png" width="300">
</p> </p>
## Blobs
*Links*:
[Directory](./misc/blobs/)
*Description*:
Function to make some blobs in a CeTZ canvas
<p align="center">
<img src="images/blobs.png" width="400">
</p>

BIN
images/blobs.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
images/jumble.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB