Dorian Bucur
Dorian Bucur
I'm really enjoying this extension, thanks! It would be great if you could configure the default speed reading options (the two ⚡️ icons) when opening the extension. Either setting them...
Resolves #232 - When searching, adds some further suggestions at the bottom of the page. These redirect to other community resources with the same search parameters filled in where possible...
Right now the job takes more than 5 minutes generating metadata. Since every asset is filled sequentially it will only get worse linearly as more assets are added. This is...
I would like to be able to display 2 nested schedules inside a single graph. I have the following graph for the `FixedUpdate` schedule with 4 different SystemSets  And...
Hey, this is a really cool project! Well done! You should probably submit it to https://bevyengine.org/assets/ for more visibility since you also have a very good integration example with Bevy....
Tried the example in the readme on a fresh project and I immediately get an error in the `ecs_world!` call ```rust use gecs::prelude::*; // Components -- these must be pub...
Fixes #18
I would like to be able filter game jams at https://itch.io/jams by their minimum duration. Personally I don't like the stress of 2 days, and can only do so many...
Currently if your signal handlers need to do structural changes (which happens pretty often in my experience), you need to roll your own Event playback buffer, with a List/Queue etc....