Issues
- 4
- 3
OneOf Query Type
#376 opened by Moulberry - 8
Query slice of entities the most efficient way
#378 opened by kaphula - 1
WASM / Parallelism in WASM support?
#374 opened by Wandalen - 0
derive(Query) doesn't support query transformers
#335 opened by Ralith - 7
Entity Relationships
#365 opened by Olle-Lukowski - 1
(De)Serialization example
#371 opened by GeTechG - 3
How do you run commands after performing a query?
#369 opened by musjj - 2
Implementation of `Ord` on `Entity`
#317 opened by LPGhatguy - 5
- 2
Adding a World ID to `Entity`
#299 opened by LPGhatguy - 1
Duplicate Entites
#256 opened by PandaCommando - 5
Panic when borrowing different components of the same type from different entities
#290 opened by rotoclone - 10
Determinism through serialization cycle
#332 opened by Uriopass - 3
Query by DynamicBundle
#360 opened by cjhowedev - 5
Add ability to take components off a `TakenEntity`
#358 opened by sanbox-irl - 2
hecs::Query should handle type parameters
#359 opened by sanbox-irl - 0
Document CommandBuffer.remove() will not remove any if it does not match all components
#355 opened by jestarray - 2
!Sync + !Send Component
#353 opened by Umenokin - 2
Less than ideal codegen for iteration
#351 opened by dragostis - 3
Missing null pointer check in archetype grow function.
#347 opened by rj00a - 4
Confused with different query methods
#343 opened by pherrymason - 2
Multithreading
#340 opened by Olle-Lukowski - 1
Queries that add/remove components
#334 opened by Ralith - 1
- 6
Is it possible to clone World? With use case.
#333 opened by johan-overbye - 4
Component cloning
#331 opened by ronniec95 - 2
[Question/Clarification] Are bundles suppose to be able to be used as queries?
#323 opened by TrevorCow - 5
- 1
Dynamic scene spawning
#319 opened by konceptosociala - 6
Column serialize all serializable components
#296 opened by konceptosociala - 6
Better understanding or maybe Documentation?
#313 opened by genusistimelord - 4
- 1
can't derive Query
#309 opened by SArpnt - 0
CommandBuffer insert/remove ordering is a footgun
#308 opened by Ralith - 0
Appreciation Thread
#306 opened by cjhowedev - 1
problem with macro 'Bundle'
#304 opened by Randommist - 2
World::query_one(_mut) is unsound
#300 opened by i509VCB - 1
Cloning World?
#297 opened by Siccity - 1
Closure component
#292 opened by wrnrlr - 3
Using Or mutably - query violates a unique borrow
#289 opened by junglie85 - 1
- 1
- 11
[Help] what would a unique component thingy look like
#279 opened by maraisr - 0
Query for per-component access
#271 opened by kvark - 1
Serialize a subset of components
#268 opened by dennybritz - 2
[Question] About the `storage` field in `Data`
#267 opened by setzer22 - 1
`spawn_at` is panicking
#264 opened by felipellrocha - 3
Any reason why View is not Sync ?
#262 opened by Uriopass - 10
Parallel iteration.
#258 opened by All8Up