Highlights
- Pro
- 2 discussions answered
Block or Report
Block or report jakobhellermann
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
1,061 contributions in the last year
Less
More
Contribution activity
January 2022
Created 45 commits in 8 repositories
Created 4 repositories
- jakobhellermann/egui Rust
- jakobhellermann/terra Rust
- jakobhellermann/bevy_shadertoy Rust
- jakobhellermann/wgpu Rust
Created a pull request in bevyengine/bevy that received 18 comments
use marker components for cameras instead of name strings
Problem whenever you want more than one of the builtin cameras (for example multiple windows, split screen, portals), you need to add a render gra…
+177
−333
•
18
comments
Opened 5 other pull requests in 4 repositories
bevyengine/bevy
2
open
emilk/egui
1
open
mvlabat/bevy_egui
1
open
gfx-rs/wgpu
1
merged
Reviewed 6 pull requests in 2 repositories
bevyengine/bevy
5 pull requests
- Reflect and (de)serialize resources in scenes
- use marker components for cameras instead of name strings
- showcasing the Material2d abtraction with a new example: 2d/mesh2d_material.rs
-
[Merged by Bors] - document
Struct,TupleStructandTuple - [Merged by Bors] - add some more pipelined-rendering shader examples
bevyengine/bevy-website
1 pull request
Created an issue in bevyengine/bevy that received 3 comments
AssetServer.watch_for_changes() must be called before creating window
For some reason, calling watch_for_changes in a setup function will not register file events in the future, while doing it before starting the app …
3
comments