Pete Hayman
Pete Hayman
Nice straightforward api, it seems non-utf8 bodies produce the following error, have I missed something? ``` ERROR bevy_asset::server: Encountered an I/O error while loading asset: unexpected error while loading asset...
Great idea centralizing discussion on additional 3d model formats. I think it makes sense to have a clear path for how to do this in bevy, and for efforts to...
I'm also getting >1min startup times. Warp version `v0.2024.09.24.08.02.stable_01` Heres my specs # System Details Report --- ## Report details - **Date generated:** 2024-10-04 08:43:32 ## Hardware Information: - **Hardware...
I suppose this is the most up to date example? https://github.com/mathuo/dockview/blob/master/packages/docs/templates/dockview/basic/typescript/src/index.ts
Yes thats right, any way of being able to adjust the displayed width would be awesome.
Cart's clarification of the resoning from [discord](https://discord.com/channels/691052431525675048/749335865876021248/1422345309085892649): Yup I built the system with the "entities stored on trigger" use case in mind (such as your proposed EntityTargetTrigger), which would allow:...
Reopening because despite confirmation that `EntityEvent` will not be changed, the rationale for `EntityTargetEvent` is still unresolved and would be closed by #21799
Thanks for the feedback yeah the examples could use some work to describe whats happening and a lot of them are kind of jumping the gun on scene based workflows...
> consider keeping the scene-based ones in a separate folder and keep the root ones "pure" for the crate they are example-ifying. That makes a lot of sense, pretty much...
Ive added two examples: - [Vanilla Bevy](https://github.com/mrchantey/beet/blob/main/examples/vanilla_bevy.rs) is a minimal demonstration of how beet works without using the library. - [Malenia](https://github.com/mrchantey/beet/blob/main/examples/malenia.rs) is a moderate example that uses both behavior trees...