issues
search
rj00a
/
evenio
An event-driven Entity Component System
MIT License
137
stars
14
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update bevy_tasks requirement from 0.13.2 to 0.14.2
#79
dependabot[bot]
opened
1 month ago
0
It's documentation time
#78
AsterixxxGallier
opened
2 months ago
0
Inconsistency in `EventQueueItem`
#77
AsterixxxGallier
opened
2 months ago
0
Update bevy_tasks requirement from 0.13.2 to 0.14.1
#76
dependabot[bot]
closed
1 month ago
1
Update bevy_tasks requirement from 0.13.2 to 0.14.0
#75
dependabot[bot]
closed
3 months ago
1
Update bevy_ecs requirement from 0.13.2 to 0.14.0
#74
dependabot[bot]
opened
4 months ago
0
Optimize archetype columns
#73
rj00a
closed
4 months ago
0
Fix archetype reallocation
#72
rj00a
closed
4 months ago
0
Mysterious segfault in event propagation.
#71
rj00a
closed
4 months ago
0
Make `Single` more like a smart pointer
#70
rj00a
closed
5 months ago
0
feat: make `Sender` state publicly accessible
#69
andrewgazelka
opened
5 months ago
4
Improve ergonomics of `Single` and `TrySingle`
#68
rj00a
closed
5 months ago
0
Fix `#[derive(Event)]` on generic types with type params.
#67
rj00a
closed
5 months ago
0
Fix typos in tutorial.md
#66
DasLixou
closed
5 months ago
0
Expose bump allocator in `Sender`
#65
rj00a
closed
5 months ago
0
add `.len()` directly to `Fetcher` instead of needing to do `.iter().len()`
#64
andrewgazelka
closed
5 months ago
2
Parallelizable targetted events
#63
andrewgazelka
opened
5 months ago
0
Add `#[diagnostic]`
#62
andrewgazelka
closed
5 months ago
2
Consider `World::send` returning back Event
#61
andrewgazelka
opened
6 months ago
1
Impl `HandlerParam` for `&World`, `&mut World`
#60
andrewgazelka
opened
6 months ago
1
Consider `Single`, `SingleMut`
#59
andrewgazelka
closed
5 months ago
5
Serialization
#58
GeTechG
opened
6 months ago
2
Make `World` interface more convenient.
#57
rj00a
opened
6 months ago
5
Add `Fetcher::get_unchecked`
#56
andrewgazelka
closed
6 months ago
0
Split events into `GlobalEvent` and `TargetedEvent`, redesign targeted events.
#55
rj00a
closed
5 months ago
0
Add `Fetcher::get_unchecked`
#54
rj00a
closed
6 months ago
0
feat: SyncUnsafeCell query
#53
andrewgazelka
closed
6 months ago
2
Remove `DebugChecked` extension traits
#52
rj00a
closed
6 months ago
0
Declare MSRV and use it in CI
#51
rj00a
closed
6 months ago
0
Fix auto trait impls
#50
rj00a
closed
6 months ago
0
Remove `Assert*` types when `feature(inline_const)` is stable.
#49
rj00a
closed
6 months ago
1
Remove `Send + Sync` requirements from World
#48
rj00a
closed
6 months ago
0
Fix entity spawning bug
#47
rj00a
closed
6 months ago
0
Sender::spawn gives same EntityId from different handlers
#46
kuviman
closed
6 months ago
1
Improve `iter` benchmark
#45
rj00a
closed
6 months ago
0
Expose the event bump allocator.
#44
rj00a
opened
6 months ago
5
Parameterize `World` with a lifetime
#43
rj00a
opened
6 months ago
0
Implement non-`'static` events.
#42
rj00a
closed
6 months ago
0
Non-'static Events
#41
kuviman
closed
6 months ago
0
Add `Deref` and `DerefMut` impls for `Single`, `TrySingle`, `Has<Q>`.
#40
rj00a
closed
7 months ago
0
Consider `Deref`/`DerefMut` support for `Single`
#39
andrewgazelka
closed
7 months ago
1
Implement `Fetcher::get_many_mut`
#38
rj00a
closed
7 months ago
0
Add more unit tests for queries and fix regression.
#37
rj00a
closed
7 months ago
0
Consider removing `Send + Sync` requirements.
#36
rj00a
closed
6 months ago
3
Redesign `ComponentAccessExpr`, improve error diagnostics
#35
rj00a
closed
7 months ago
4
Chunked parallel iterators
#34
rj00a
opened
7 months ago
0
fix: incompatible component access issue for gt 2 queries
#33
andrewgazelka
closed
7 months ago
1
Fix bug in entity despawning
#32
rj00a
closed
7 months ago
0
BlobVec incorrect debug_assert!
#31
andrewgazelka
closed
7 months ago
1
Impl `Send + Sync` for `UnsafeWorldCell`
#30
rj00a
closed
7 months ago
0
Next