From e249bf04dd5064a6d4b2395900c9977085453d0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Bj=C3=B8rnager=20Jensen?= Date: Thu, 31 Oct 2024 09:36:11 +0100 Subject: [PATCH] Update readme; --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index c8d139a..0e5deb0 100644 --- a/README.md +++ b/README.md @@ -16,16 +16,16 @@ I also have limited experience in assembly (mostly legacy Arm but also x86). My pinned repositories denote the projects that I am most fond of. These include: -* [agbsum](https://github.com/bjoernager/agbsum/); a CLI tool for patching GBA image header checksums -* [Benoit](https://github.com/bjoernager/benoit/); a multithreaded Mandelbrot Set renderer -* [bZipper](https://github.com/bjoernager/bzipper/); a Rust crate for encoding and decoding binary streams -* [eAS](https://github.com/bjoernager/eas/); a Rust-written assembler for Arm -* [Luma](https://github.com/bjoernager/luma/); an emulator for the GBA line of systems -* [Pollex](https://github.com/bjoernager/pollex/); a Rust crate for handling Arm instructions -* [u8c](https://github.com/bjoernager/u8c/); a C library for Unicode-related facilities +* [agbsum](https://mandelbrot.dk/agbsum/); a CLI tool for patching GBA image header checksums +* [Benoit](https://mandelbrot.dk/benoit/); a multithreaded Mandelbrot Set renderer +* [bZipper](https://mandelbrot.dk/bzipper/); a Rust crate for encoding and decoding binary streams +* [eAS](https://mandelbrot.dk/eas/); a Rust-written assembler for Arm +* [Luma](https://mandelbrot.dk/luma/); an emulator for the GBA line of systems +* [Pollex](https://mandelbrot.dk/pollex/); a Rust crate for handling Arm instructions +* [u8c](https://mandelbrot.dk/u8c/); a C library for Unicode-related facilities I host my repositories on [GitHub](https://github.com/bjoernager/), [GitLab](https://gitlab.com/bjoernager/), and [`mandelbrot.dk`](https://mandelbrot.dk/). -[Dux](https://github.com/bjoernager/dux/) was my first library and intended for replacing other libraries such as GLFW and Winit. +[Dux](https://mandelbrot.dk/dux/) was my first library and intended for replacing other libraries such as GLFW and Winit. The logo of this project was loosely based on that of u8c and currently serves as my profile picture.