Indradb
Indradb
it would be great to make this plugin a great all arounder by also allowing limiting the search to current file or allowing to search for things in a specific...
Feature complete - [x] hello world - [x] entity - [x] queries - [x] relationships - [x] observers - [ ] game mechanics - [x] systems - [x] prefabs -...
The current implementation of the binding is restricted to handling Enum components where each field is mandated to be 4 bytes in size. This contrasts with Rust's default behavior, which...
## Bounty: Improve Documentation Clarity **Objective:** Enhance the project documentation of **EntityView** so that new users can easily understand and use the API without needing additional external references. --- **Tasks:**...
from PR #238 ### Follow up work: Right now queries can have signatures like `&mut Foo, &Foo` or `&mut Foo, &mut Foo`. This becomes a problem with multi source queries...