Jerome Humbert

Results 41 issues of Jerome Humbert

Hi- I struggled with the same issue when Bevy changed its renderer, to ensure both 2D and 3D could be used for `bevy_hanabi`. Initially the code had some `2d` and...

The current image space on the website is 83.7 x 128 px. Most images are way larger than that. On the other hand, the current website layout is not very...

[RENDERED](https://github.com/djeedai/bevy_rfcs/blob/editor-data-model/rfcs/62-editor-data-model.md) _This RFC is for the (upcoming) Bevy Editor, and has little to no impact on the Bevy runtime itself (existing code)._ This RFC describes the **data model** of the...

This was already broken for me in 0.8.0, and still in 0.8.1. Any of these forms work as expected: ```rust .add_plugin(WorldInspectorPlugin::new()) // OR .add_plugin(InspectorPlugin::::new()) ``` But this form produces an...

> If you want to only display some components, you may want to use the [InspectorQuery](https://docs.rs/crate/bevy-inspector-egui/examples/README.md#inspector-query-source) instead. That `InspectorQuery` link fails on `docs.rs` because it's relative to the package but...

The particle lifetime is driven by two phases: - _init_, which spawns the particle by making it active and initializing its attributes; - _update_, which update active particles (Euler motion...

enhancement

@Gyrobifastigium FYI this is probably a bug in #39 This is blocking #34

bug

Run any example (except `menu` currently broken due to #41) : the color animation goes from red to blue smoothly during the first loop, then from the second loop ping-pongs...

bug

This is a sub-issue of #8. Opening this separately because for `Sequence` the problem is I believe well-defined, and work can move forward. This is not the case for `Tracks`...

enhancement

Currently it seems that the various sources (env, file, net) of config are all mandatory, and force a long list of mandatory dependencies. It would be great if at least...