.profile/README.md

31 lines
1.5 KiB
Markdown
Raw Normal View History

2024-10-12 15:38:36 +02:00
# Welcome
2024-10-12 16:08:52 +02:00
... to somewhere?
# My life
I initially wrote in C++ (and later C), but I've come to mostly replace those with Rust.
I still sometimes write code in C, but I usually avoid C++.
I really like programming embedded or "ancient" systems such as the Game Boy Advance (of which I've long wanted to make an emulator for).
I have limited experience in assembly (mostly Arm but also x86).
2024-10-12 16:12:28 +02:00
# Projects
2024-10-12 16:08:52 +02:00
My pinned repositories denote the projects that I am most fond of.
These include:
2024-10-12 16:14:44 +02:00
* [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
2024-10-12 16:17:56 +02:00
* [u8c](https://github.com/bjoernager/u8c/); a C library for Unicode-related facilities
2024-10-12 16:08:52 +02:00
2024-10-12 16:13:29 +02:00
I additionally host my repositories on [GitLab](https://gitlab.com/bjoernager/) and [`mandelbrot.dk`](https://mandelbrot.dk/).
2024-10-12 15:38:36 +02:00
2024-10-12 16:14:44 +02:00
[Dux](https://github.com/bjoernager/dux/) was my first library and intended for replacing other libraries such as GLFW and Winit.
2024-10-12 16:11:45 +02:00
The logo of this project was loosely based on that of u8c and currently serves as my profile picture.