Skip to content
View BD103's full-sized avatar

Highlights

  • Pro

Organizations

@BotsBurgh @bevyengine @TheBevyFlock @Phoenix-Wing @Pretenvy

Block or report BD103

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
BD103/README.md

Hi there, I'm BD103! 👋

I'm an open-source contributor with a strong interest in game development, tooling, and infrastructure.

Bevy

I've been an active contributor and community member of Bevy, a game engine written in Rust, since November 2023. Here's some Bevy-specific projects I've been involved in:

Tip

I gave a talk on the Bevy Linter at the 7th Bevy Meetup! You can watch it here, with the code examples here.

Github Actions

I also spend a lot of time building continuous integration for projects. Some tools that I maintain include:

Pinned Loading

  1. bevyengine/bevy Public

    A refreshingly simple data-driven game engine built in Rust

    Rust 38.7k 3.8k

  2. bevyengine/bevy-website Public

    The source files for the official Bevy website

    JavaScript 204 361

  3. TheBevyFlock/bevy_cli Public

    A Bevy CLI tool and linter.

    Rust 114 13

  4. cargo-sweep Public

    Remove stale build artifacts from your Cargo caches in Github Actions!

    TypeScript 6 2

1,534 contributions in the last year

Contribution Graph
Day of Week March April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to bevyengine/bevy, TheBevyFlock/bevy_cli, bevyengine/bevy-website and 58 other repositories
Loading A graph representing BD103's contributions from March 24, 2024 to March 29, 2025. The contributions are 45% commits, 23% code review, 19% pull requests, 13% issues.

Contribution activity

March 2025

Created 1 repository

Created a pull request in TheBevyFlock/bevy_cli that received 5 comments

Enable internal rustc lints

Turns out our #![warn(rustc::internal)] wasn't doing anything, since -Z unstable-options wasn't being passed to the compiler. This PR enables the i…

+26 −13 lines changed 5 comments
Opened 14 other pull requests in 5 repositories
Reviewed 12 pull requests in 3 repositories

Created an issue in TheBevyFlock/bevy_cli that received 1 comment

Decide if and how macros should be tested with lints

This is a follow-up to #263. The original issue covering macros with lints is #167, so I highly recommend reading that first! For context, #263 add…

1 comment
Opened 8 other issues in 3 repositories
Loading