Torstein Grindvik
Torstein Grindvik
Hi, great lib, thanks for making it! I've just started using it so I'm not sure about the possibilities/limitations yet. Couldn't find this question anywhere: Is it possible to use...
There is probably a law that states that any open source Rust project will eventually be asked for serde support. Anyway, to have this would be great (maybe behind a...
# Bug Report Getting this error on `zola serve`: ``` Error: Can't watch `static` for changes in folder `/nordic-notes`. Does it exist, and do you have correct permissions? Reason: no...
## What problem does this solve or what need does it fill? I'd like to have objective measures of what cameras are rendering in order to improve lighting and overall...
## What problem does this solve or what need does it fill? When using the frame time diagnostic and vsync at the same time, the diagnostic shows ~16ms on a...
## What problem does this solve or what need does it fill? Aligning an entity's coordinate-system to align towards a direction or towards a point. ## What solution would you...
## What problem does this solve or what need does it fill? When having many GLTF models in an app, if debug log level is turned on messages about missing...
## How can Bevy's documentation be improved? http://dev-docs.bevyengine.org/bevy/pbr/struct.PointLight.html It's not obvious from reading the point light definition what the _range_ and _radius_ fields do. - Is range a hard cut-off?...
## Bevy version Latest main. ## What you did Had a look at the newly merged motion blur PR. ## What went wrong https://github.com/bevyengine/bevy/blob/main/crates/bevy_core_pipeline/src/motion_blur/motion_blur.wgsl#L21 If I'm not mistaken the padding...
Hi, thanks for this great crate. I'm not sure how to store the intermediate types in a struct, could an example of this be added? I'll give some context. This...