Update readme;

This commit is contained in:
Gabriel Bjørnager Jensen 2025-02-12 16:29:33 +01:00
parent ed06189de9
commit d0bce0b1a6

View file

@ -13,19 +13,20 @@ I also have limited experience in assembly (mostly legacy Arm but also x86).
# Projects
My pinned repositories denote the projects that I am most fond of.
My favourite repositories are the projects that I am most fond of.
These include:
* [agbsum](https://mandelbrot.dk/agbsum/); a CLI tool for patching GBA image header checksums
* [Benoit](https://mandelbrot.dk/benoit/); a multithreaded Mandelbrot Set renderer
* [eAS](https://mandelbrot.dk/eas/); a Rust-written assembler for Arm
* [Luma](https://mandelbrot.dk/luma/); an emulator for the GBA line of systems
* [oct](https://mandelbrot.dk/oct/); a Rust crate for encoding and decoding binary streams
* [Pollex](https://mandelbrot.dk/pollex/); a Rust crate for handling Arm instructions
* [u8c](https://mandelbrot.dk/u8c/); a C library for Unicode-related facilities
* [agbsum](https://gitlab.com/bjoernager/agbsum/); a CLI tool for patching GBA image header checksums
* [Benoit](https://gitlab.com/bjoernager/benoit/); a multithreaded Mandelbrot Set renderer
* [eAS](https://gitlab.com/bjoernager/eas/); a Rust-written assembler for Arm
* [`identity_map`](https://gitlab.com/bjoernager/identity_map/); Identity-based key-value map for Rust
* [Luma](https://gitlab.com/bjoernager/luma/); an emulator for the GBA line of systems
* [Oct](https://gitlab.com/bjoernager/oct/); a Rust crate for encoding and decoding binary streams
* [Pollex](https://gitlab.com/bjoernager/pollex/); a Rust crate for handling Arm instructions
* [u8c](https://gitlab.com/bjoernager/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/).
I host my repositories on [GitLab](https://gitlab.com/bjoernager/), [GitHub](https://github.com/bjoernager/), and [`mandelbrot.dk`](ssh://git@ssh.mandelbrot.dk) (SSH-only).
[Dux](https://mandelbrot.dk/dux/) was my first library and intended for replacing other libraries such as GLFW and Winit.
[Dux](https://gitlab.com/bjoernager/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.