Skip to content
Avatar
Block or Report

Block or report superdump

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.

Report abuse

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

Report abuse

Popular repositories

  1. minkraft Public

    minkraft

    Rust 42 7

  2. Character controllers for use with Bevy and any physics engine you like

    Rust 36 5

  3. pyrtsp Public

    Quick Python RTSP server test

    Python 23 15

  4. A prototype PhysX plugin for the Bevy game engine

    Rust 15 1

  5. Nokia N9 Video Editor

    C++ 12 11

  6. Vertex pulling for bevy

    Rust 11 3

520 contributions in the last year

Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Mon Wed Fri

Contribution activity

July 2022

Created 1 repository

Created a pull request in bevyengine/bevy that received 28 comments

bevy_render: Improve Aabb maintenance from O(n^2) to O(n) for n meshes

Objective Despawning many entities with Handle<Mesh> would cause O(n^2) worst case behaviour in update_bounds after #4944 . Improve performance here.

+86 −112 28 comments
Reviewed 56 pull requests in 2 repositories
bevyengine/bevy 25 pull requests
bevyengine/bevy-website 2 pull requests

Created an issue in gfx-rs/wgpu that received 2 comments

Regression in 0.13: Textures with width/height that are not modulo block width/height are no longer supported

In 0.12 I had a compressed array texture with layers that were 250x250 and could load that just fine, providing the block data such that there are …

2 comments
Opened 1 other issue in 1 repository
Answered 2 discussions in 1 repository

Seeing something unexpected? Take a look at the GitHub profile guide.