Dmytro Banin

Results 8 issues of Dmytro Banin

Hello! Just wondering if there's been any discussion around potential spherical coord support for Vec3. I wrote a related [issue in Bevy](https://github.com/bevyengine/bevy/issues/11004) but was wondering if it would be better...

I want to implement a custom graph storage that supports arbitrary info on the nodes. The GraphStorage trait seems a little restrictive in only allowing edge weights - am I...

## What problem does this solve or what need does it fill? It can be easier to reason about transforms in terms of spherical coordinates. For example, say I want...

C-Enhancement
A-Transform
A-Math

## What problem does this solve or what need does it fill? I am trying to copy the value for a type erased entity component of type `&dyn Reflect`. `insert_by_id`...

C-Enhancement
A-Reflection
A-Pointers
X-Uncontroversial
D-Modest

Repro: - Initialize with `egui_graphs::Graph::from(&StableGraph::default())` - Update with a graph value later after doing some work. Expected Graph should appear Actual Graph doesn't appear and cannot be found no matter...

bug

I'm using GraphMap so this would be useful for me. Could make sense to add a Transformable trait, or even better `impl Into for GraphMap`. Not sure I understand the...

enhancement

# Objective Fixes a regression in [previously merged but then reverted pr](https://github.com/bevyengine/bevy/pull/13714) that aligns lower-level `Scene` API with that in `DynamicScene`. Please look at the original pr for more details....

C-Bug
S-Ready-For-Final-Review
C-Regression
A-Scenes

openDocs is really useful - unfortunately the docs aren't always hosted on docs.rs. It would be nice to be able to - open locally built docs - custom urls -...

C-feature
A-ide