Yasha Borevich

Results 5 issues of Yasha Borevich

First of all, thank you for the great contribution! Amazing job! One of the most strong Godot features is yielding to signal. Especially yielding to `complete` signal of GDScriptFunctionState. It...

## Bevy version 0.10, 38a08d9b1 ## Relevant system information ``` rustc 1.67.1 AdapterInfo { name: "Apple M1", device_type: IntegratedGpu, backend: Metal } ``` ## What you did I create multiple...

C-Bug
A-UI

### Prelude I started to develop `belly` about year ago. It was my way to learn `rust`, `bevy` and to discover the strong and weak sides of them. For a...

This is introduction to list widgets & collections. It introduces: - the `Database` system param. You can thing of it as of the entity with multiple collections as children. -...

This is scripting work in progress. - see `asset-scripting` example: ```sh cargo run --example asset-connections ``` - `EmlAsset` now holds handle into `EmlRoot` - `EmlRoot` consist of root node and...