Update readme;
This commit is contained in:
parent
ed06189de9
commit
d0bce0b1a6
1 changed files with 11 additions and 10 deletions
21
README.md
21
README.md
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue