colepoirier

Results 6 issues of colepoirier

## Bevy version bevy main 9eb69282efe57b9e3922e66ade887e6239bff175 ## \[Optional\] Relevant system information cargo 1.61.0 (a028ae4 2022-04-29) stable-x86_64-unknown-linux-gnu linux mint 20.3 5.18.6-051806-generic `AdapterInfo { name: "AMD RADV RENOIR", vendor: 4098, device: 5708,...

C-Bug
A-Rendering
O-Linux
S-Needs-Investigation

[Rendered](https://github.com/colepoirier/rfcs/blob/diverse-defaults/rfcs/48-diverse-defaults.md) There are many different categories of bevy applications. Each use case has a sufficiently different commonsense default configuration to warrant different use case specific default plugins. This RFC is...

## What does this PR accomplish? * 🦚 Feature Closes #145. ## Changes proposed by this PR: - [ ] Adding the necessary wrapper functions of the ffi::* cuDNN BatchNormaliztion...

Hi @drahnr, I'd like to take a crack at implementing the BatchNormalization2d layer in juice. Referring back to #10 you outlined that adding new cuDNN layers to juice is a...

### `Rect` and `BoundBox` I'm curious if `Rect` should be constrained to have the same guarantees as `BoundBox` where `p0` is the (x, y) values closest to negative infinity, and...

## UPDATE: This is on hold while `TaskPool` and `Scope` are reworked ### Motivation Currently, Bevy can only run single threaded on WebAssembly. Bevy's architecture was carefully designed to enable...

C-Feature
A-ECS
A-Audio
C-Performance
O-Web
A-Tasks
A-App