François Mockers

Results 41 issues of François Mockers

possible solution from recast: steps 3 to 5 of https://9631ec60-a-62cb3a1a-s-sites.googlegroups.com/site/recastnavigation/MikkoMononen_RecastSlides.pdf * watershed partitioning to find regions * contour the regions to get polygons * triangulate the polygons to get a...

# Objective - #12755 introduced the need to download a file to run an example - This means the example fails to run in CI without downloading that file ##...

A-Build-System
C-Examples

## Bevy version main since https://github.com/bevyengine/bevy/pull/12773 ## \[Optional\] Relevant system information ``` SystemInfo { os: "Android 11 2201117TI", kernel: "4.19.157-perf-g8cd144836769", cpu: "not available", core_count: "8", memory: "3.6 GiB" } AdapterInfo...

A-Rendering
C-Crash
O-Android
S-Needs-Review

when a job fails every time, I want to send a notification at most every X hours instead of on every failure

Try to not display the loading bar on 404s for meta files on wasm examples on the website I can't reproduce the issue locally, but this seems to close the...

# Objective - Current config file is hard to extend ## Solution - Instead of an hard coded list of field, the file now has a list of `(frame, event)`,...

A-Build-System
C-Testing

## Bevy version main since https://github.com/bevyengine/bevy/pull/10690 ## What you did Run example `game_manu` or `overflow_debug` ## What went wrong Images that have `position_type: PositionType::Absolute` in their style are not displayed...

C-Bug
A-UI
C-Regression

## Bevy version main since https://github.com/bevyengine/bevy/pull/13031 ## \[Optional\] Relevant system information ``` { os: "MacOS 14.4.1 ", kernel: "23.4.0", cpu: "Apple M1 Max", core_count: "10", memory: "64.0 GiB" } {...

C-Bug
A-Rendering
O-MacOS
C-Regression

# Objective - Compare screenshots for a few examples between PRs and main ## Solution - Send screenshots taken to a screenshot comparison service - Not completely sure every thing...

A-Build-System
C-Testing

# Objective - Fixes #13038 ## Solution - Disable gpu preprocessing when feature `SAMPLED_TEXTURE_AND_STORAGE_BUFFER_ARRAY_NON_UNIFORM_INDEXING` is not available ## Testing - Tested on android device that used to crash

A-Rendering
C-Crash
S-Needs-Review