Aevyrie

Results 67 issues of Aevyrie

Make style user-configurable. As a resource?

enhancement

## Bevy version All versions ## What you did Read bevy mouse events and determine the order of the incoming events ## What went wrong Because input streams are split...

C-Bug
A-Input

## Bevy version `main` The `transparent_window` example appears to have broken. ![image](https://user-images.githubusercontent.com/2632925/217202619-7cc41eb1-e5ee-44cd-9647-e6310dd8412c.png) ``` 2023-02-07T09:15:10.694725Z INFO bevy_render::renderer: AdapterInfo { name: "NVIDIA GeForce RTX 3050 Ti Laptop GPU", vendor: 4318, device: 9632,...

C-Docs
D-Good-First-Issue
A-Rendering
A-Windowing

Currently, `bevy_egui` uses bevy's input stream directly: https://github.com/mvlabat/bevy_egui/blob/dc4ae6859dba8c7494a4116107b83a3a5c5252b0/src/systems.rs#L73 This makes some assumptions that are difficult to work around. I'd like to request that intermediate events are used, so users can...

https://github.com/bevyengine/bevy/assets/2632925/e046205e-3317-47c3-9959-fc94c529f7e0 # Objective - Adds per-object motion blur to the core 3d pipeline. This is a common effect used in games and other simulations. - Partially resolves #4710 ## Solution...

C-Enhancement
A-Rendering

Experimenting with batching sets of polylines that share the same material parameters. This can be significantly faster in some cases. In fact, this came up early on for someone trying...

Floats seem to result in unequal variance results. This should not be the case.

bug

Show warning prompts when opening or creating a new file with unsaved changes. Use `msgbox` ?

bug
enhancement

Allow input to be in inches and mm. The application will automatically convert to the output type, also user specified.

enhancement