issues
search
Indra-db
/
Flecs-Rust
Rust API for Flecs: A Fast and Flexible Entity Component System (ECS)
MIT License
193
stars
11
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Optional tags are not included in query results
#209
Shelim
closed
2 days ago
2
Upgrade to Flecs Core v4.0.3
#208
Indra-db
closed
1 week ago
0
SystemBuilder: better handling of system creation with non-default kind while deferred
#207
Georgiy-Tugai
opened
1 week ago
0
Use `hashbrown` for `FlecsIdMap`
#206
waywardmonkeys
closed
2 weeks ago
0
Use workspace dependencies for our own crates
#205
waywardmonkeys
closed
2 weeks ago
0
Crash in `each_target_count` if the given entity has no relationship of given kind
#204
Shelim
closed
2 weeks ago
1
Remove the prelude? 😅
#203
andrewgazelka
closed
2 weeks ago
3
cargo make fmt should run once for the whole workspace
#202
Georgiy-Tugai
closed
2 weeks ago
0
test_crash_handler crate should not be published
#201
Georgiy-Tugai
closed
2 weeks ago
0
connect flecs to tracing ecosystem
#200
Georgiy-Tugai
opened
2 weeks ago
0
core: add Flecs OS API hooking infrastructure
#199
Georgiy-Tugai
closed
2 weeks ago
0
Querying optional components returns wrong results
#198
m-walther
closed
2 weeks ago
1
Update bindgen to 0.70
#197
waywardmonkeys
closed
3 weeks ago
0
asan-macos: brew's lld is now separate from llvm
#196
waywardmonkeys
closed
3 weeks ago
0
Add a crash handler for backtraces during CI tests
#195
Georgiy-Tugai
closed
1 month ago
0
Fix `clippy::manual_c_str_literals` lint
#194
waywardmonkeys
closed
1 month ago
1
Use `ManuallyDrop` better rather than `StringToFree`
#193
waywardmonkeys
closed
1 month ago
0
Replace uses of i8 with c_char
#192
TestingPlant
closed
1 month ago
0
Fix some `clippy::empty_line_after_doc_comments` lints
#191
waywardmonkeys
closed
1 month ago
0
Define -DFLECS_NO_OS_API_IMPL when appropriate
#190
waywardmonkeys
closed
1 month ago
1
Fix build without `flecs_script` feature.
#189
waywardmonkeys
closed
1 month ago
0
trait query
#188
michael-dm
opened
1 month ago
4
Switch to "C-unwind" ABI
#187
Georgiy-Tugai
closed
1 month ago
0
query fails when omitting $"this" in relationship clause
#186
michael-dm
closed
1 month ago
1
Fix incorrect comment in prefab_override example
#185
PianoPrinter
closed
1 month ago
1
Shorthand for Singleton adding
#184
tynberry
opened
1 month ago
5
Add 32 possible terms
#183
andrewgazelka
closed
1 month ago
0
introduce query:: try_first_entity, first_entity, first, try_first, try_first_only, first_only
#182
Indra-db
closed
2 months ago
0
Wasm Progress
#181
Nazariglez
opened
2 months ago
1
fix build error on Windows
#180
Georgiy-Tugai
closed
2 months ago
0
move set_* delegation wrappers from QueryAPI to Query
#179
Georgiy-Tugai
closed
2 months ago
1
Fold the map/try_map APIs into get/try_get
#178
Georgiy-Tugai
closed
3 months ago
0
[Question] Registering components via an UID+Size vs Type.
#177
LouChiSoft
closed
3 months ago
3
Module reparenting fix
#176
Indra-db
closed
3 months ago
0
New change tracking example
#175
Indra-db
closed
3 months ago
0
Update V4.0.1 + support run-time components + new addons: Meta, Script, Json
#174
Indra-db
closed
3 months ago
0
upgrade meta V2 to Flecs V4.0.1
#173
Indra-db
closed
3 months ago
0
`EntityView::name` returns a reference that can become dangling
#172
SkiFire13
closed
3 months ago
1
Add an MSRV and associated CI.
#171
waywardmonkeys
closed
3 months ago
1
Move map and try_map into traits to allow return type inference
#170
Georgiy-Tugai
closed
3 months ago
0
Component definition macros for Meta V2
#169
Georgiy-Tugai
closed
3 months ago
0
`ObserverBuilder`: Simplify `event_count`
#168
waywardmonkeys
closed
3 months ago
0
Ignore Drop if panicking
#167
Georgiy-Tugai
closed
3 months ago
0
Send + Sync Commit Question
#166
JtotheThree
closed
3 months ago
2
Add documentation to many pre-registered components
#165
AlfredAn
closed
4 months ago
0
Improve intradoc linking in `World` docs
#164
waywardmonkeys
closed
4 months ago
0
UB when using observers with `OnAdd`
#163
AlfredAn
closed
3 months ago
2
Error message in `EntityView::set_pair` refers to missing method `add_pair`
#162
AlfredAn
closed
3 months ago
1
`#[derive(Component)]` doesn't verify that the component is `Send + Sync`
#161
AlfredAn
closed
4 months ago
1
Fix logo image on crates.io
#160
waywardmonkeys
closed
4 months ago
0
Next