nil

Results 35 comments of nil

Changed again to a fully custom flush method that directly uses memset, this is getting even larger gains.

Reverted the memset, so this works again, but others investigating why the memset version failed via UB would be appreciated.

UB fixed with help from @PROMETHIA-27

I'd be OK merging such a change until we make a proper API for creating dynamic SystemParam s, though I still think the ideal version of such an api would...

Hmm, I think a color and text-based system could work fairly well - so green for permissive and commonly accepted licenses, yellow for copyleft and red for anything else, such...

This is super exciting, though I have concerns about having people manually build the navigation tree. I think all navigation info should be derived from the existing widget tree, at...

> The user only has to add Navigable components to relevant nodes. ... They only need to add Container components if they want special behaviors for different menus. ... While...

> The other thing is that the "ABC" menu is not the same kind of thing as the panels on the left side, and when cycling through the panels, you...

Here's a task-pool based design for multi-world I had, which can be implemented fully user-side ```rs fn add_world_to_app(app: &mut App, mut schedule: Schedule, mut sync_fn: F) where P: SystemParam, F:...