- United Kingdom
Highlights
- 17 discussions answered
Block or Report
Block or report DJMcNab
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
bevy Public
Forked from bevyengine/bevy
A refreshingly simple data-driven game engine built in Rust
Rust 1
-
declaration_site Public
Iterate through the debug info associated with currently loaded functions
Rust 1
371 contributions in the last year
Activity overview
Contributed to
bevyengine/bevy,
EmbarkStudios/rust-gpu,
googlefonts/compute-shader-101
and 23 other
repositories
Contribution activity
May 2022
Created 26 commits in 2 repositories
Created 3 repositories
- DJMcNab/mikktspace Rust
- DJMcNab/symbolic Rust
- DJMcNab/declaration_site Rust
Created a pull request in bevyengine/bevy that received 12 comments
[Merged by Bors] - Make derived SystemParam readonly if possible
Required for #4402.
Objective
derived SystemParam implementations were never ReadOnlySystemParamFetch
We want them to be, e.g. for EventReader
So…
+68
−1
•
12
comments
Opened 10 other pull requests in 1 repository
bevyengine/bevy
9
closed
1
open
- Make markdown link checking only check internal links
- [Merged by Bors] - Allow higher order systems
- [Merged by Bors] - Enforce type safe usage of Handle::get
-
[Merged by Bors] - Add some more documentation to
SystemParam -
[Merged by Bors] - Skip
dropwhenneeds_dropisfalse - [Merged by Bors] - Ensure that the parent is always the expected entity
- [Merged by Bors] - Tidy up the code of events
- [Merged by Bors] - Update layout/style when scale factor changes too
-
[Merged by Bors] - Apply buffers in
ParamSet - Make system chaining use a normal system
Reviewed 25 pull requests in 3 repositories
bevyengine/bevy
23 pull requests
- Generate vertex tangents using mikktspace
- [Merged by Bors] - Allow higher order systems
-
[Merged by Bors] - Improve soundness of
CommandQueue - run examples in wasm in CI
-
add
Commands::send_eventfn - [Merged by Bors] - Make bug template more beginner-friendly
- [Merged by Bors] - Enforce type safe usage of Handle::get
- [Merged by Bors] - Support returning data out of with_children
- [Merged by Bors] - Optionally resize Window canvas element to fit parent element
-
[Merged by Bors] - Skip
dropwhenneeds_dropisfalse - Despawn entity rather than removing component
- Add ParallelCommands system parameter
-
[Merged by Bors] - fix "unused" warnings when compiling with
renderfeature but withoutanimation - [Merged by Bors] - Tidy up the code of events
- [Merged by Bors] - Add Commands::new_from_entities
- gitpod support
- Iterative Transform Propagation
- [Merged by Bors] - Add a clear() method to the EventReader that consumes the iterator
- [Merged by Bors] - Update layout/style when scale factor changes too
- Remove Sync bound on Component and Resource
-
More parallelism in
Extractby moving it to the render world. - add TaskPool::spawn_pollable so that the consumer does not need a blo…
-
[Merged by Bors] - Make
Transformpropagation correct in the presence of updated children