François Mockers

Results 41 issues of François Mockers

# Objective Fixes #5384 and maybe other issues around window closing/app not exiting ## Solution There are three systems involved in exiting when closing a window: - `close_when_requested` asking Winit...

C-Bug
A-Windowing

# Objective - There are two different hierarchy propagation for now: `Transform`/`GlobalTransform` and `Visibility`/`ComputedVisibility` - They slightly differ 😱 ## Solution - Make a generic system that do both -...

C-Code-Quality
A-Hierarchy

# Objective - I often have UI nodes that are completely transparent and just for organisation - Don't render them - I doesn't bring a lot of improvements, but it...

A-Rendering
C-Performance
A-UI
S-Ready-For-Final-Review

# Objective - Because spans are 🔥 ## Solution - Move some spans to debug to reduce the default volume of spans created - Span reduction is enough to change...

C-Usability
A-Diagnostics

# Objective - Improve example on how to use the `SceneBundle` to iterate on entities in the scene instance spawned ## Solution - Use the scene instance and `iter_instance_entities` -...

C-Examples
A-Assets
C-Code-Quality
A-Scenes
C-Breaking-Change

This is a proposal on how to handle multiple versions of the website using GitHub pages. It could be a discussion, but they are not enabled on this repo 🙂...

C-Enhancement
A-Book

https://github.com/bevyengine/bevy-website/pull/225 introduced a new page for wasm examples at https://bevyengine.org/examples/ This page is currently lacking in style and not linked from the website. I think it should be the main...

C-Tracking-Issue
A-Home
A-Build-System

# Bevy Website repo - [x] Generate Zola pages from Bevy Assets repo - [x] First pass with minimal fields - https://github.com/bevyengine/bevy-website/pull/156 - [x] Crate can generate the website -...

C-Tracking-Issue
A-Assets

[Rendered](https://github.com/mockersf/rfcs/blob/unstable-features/rfcs/52-unstable_features.md)

**Checklist** - [x] Run `cargo clippy`. - [x] Run `RUSTFLAGS=--cfg=web_sys_unstable_apis cargo clippy --target wasm32-unknown-unknown` if applicable. - [x] Add change to CHANGELOG.md. See simple instructions inside file. **Connections** **Description** Remove...