issues
search
leudz
/
shipyard
Entity Component System focused on usability and flexibility.
Other
754
stars
46
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Handling more than 10 components
#212
Nazariglez
opened
1 week ago
6
Introducing ViewHolder macro and Visibility attribute
#211
hassamamar
opened
1 week ago
10
Is `get_or_insert()` safe?
#210
80ROkWOC4j
closed
2 weeks ago
3
Local<T> paramters in systems?
#209
BlackNinja745
closed
2 weeks ago
7
Wasm32: Panic "condvar wait not supported" when using Workloads
#208
Nazariglez
closed
2 weeks ago
8
Why is `clear_all_inserted` private?
#207
DavidTheFighter
opened
2 months ago
2
why insertion_data is not cleared when clear_all_inserted is executed
#206
PudgeKim
closed
3 months ago
3
Why "last_run" is 0 in first loop?
#205
PudgeKim
closed
3 months ago
7
A question about shipyard's architecture
#204
PudgeKim
closed
3 months ago
1
Merge 0.6 changes to 0.7
#203
notinmybackyaard
closed
3 months ago
0
Sequential systems run on another thread
#202
leudz
closed
4 months ago
0
Question about SparseSet insert else case
#201
notinmybackyaard
closed
4 months ago
2
EntityId::dead can not be deserialized
#200
SSSxCCC
closed
4 months ago
3
How to get all components of an entity?
#199
Capytara
closed
4 months ago
2
How to implement some trait to all System trait?
#198
PudgeKim
closed
5 months ago
4
World::clear can not clear all entities
#197
SSSxCCC
closed
5 months ago
2
How to modify track deletion component?
#196
SSSxCCC
closed
5 months ago
2
What's the usage of require_before/require_after?
#195
snskshn
opened
7 months ago
1
How does the current field in ViewMut struct change? What's the flow?
#194
PudgeKim
closed
3 months ago
3
Potentially useful pattern for working with complex state machines with shipyard ECS
#193
snyball
opened
9 months ago
1
Use std::result::Result in proc-macros
#192
snyball
closed
9 months ago
1
How to use generic ViewMut with_id?
#191
SSSxCCC
opened
10 months ago
1
Tracking flag error
#190
notinmybackyaard
closed
5 months ago
1
Better error message for boxed traits in components
#189
snyball
closed
9 months ago
1
Can I get all of the components of the entity?
#188
PudgeKim
closed
10 months ago
2
Question about EntityId management
#187
SeokshinSon
closed
9 months ago
3
Cannot create Unique component with non-sync wgpu properties in WASM demo
#186
Umenokin
closed
1 year ago
4
Potential memory leak
#185
ealmloff
closed
1 year ago
2
fix: Removed delete short-circuiting logic
#184
jack-cooper
closed
1 year ago
1
Tracking compiles but panics on run
#183
RicardRC
closed
1 year ago
6
Component iteration without modification tracking
#182
parasyte
closed
5 months ago
3
AtomicU64 is not available on 32-bit platforms
#181
parasyte
closed
1 year ago
6
Create a way to easily derive the Label trait
#180
AribYadi
closed
1 year ago
1
Update shader for metal
#179
Dispersia
closed
1 year ago
1
Can I run some systems in parallel if UniqueViewMut is thread-safe?
#178
PudgeKim
closed
1 year ago
2
Help me some lifetime issue..
#177
PudgeKim
closed
1 year ago
3
How to make certain systems always run first?
#176
PudgeKim
closed
1 year ago
8
How to get+modify a component on one entity?
#175
progressiveCaveman
closed
1 year ago
5
Workload scheduling re-evaluation
#174
leudz
opened
1 year ago
0
Is there any way to add multiple tracking options to component except #[track(All)]?
#173
notinmybackyaard
closed
1 year ago
4
How to query a entity by a component value, not component type?
#172
tempbottle
closed
5 months ago
1
[new feature] deleting entity's components temporarily
#171
PudgeKim
closed
1 year ago
4
Take a label in `set_default_workload`.
#170
SamuelMcGowan
closed
1 year ago
2
How to know all of the components that some entity has?
#169
PudgeKim
closed
1 year ago
1
Exact timing of tracking deletion?
#168
PudgeKim
closed
1 year ago
10
Remove duplicate sparse array access.
#167
SamuelMcGowan
closed
1 year ago
1
clear_all_modified function doesn't work in test code
#166
notinmybackyaard
closed
1 year ago
2
What's the difference between ParIter::Tight and ParIter::Mixed?
#165
PudgeKim
closed
1 year ago
1
What is benefit of splitted workloads?
#164
notinmybackyaard
closed
1 year ago
2
Is there any way to take both ViewMut and View as function parameter type?
#163
notinmybackyaard
closed
1 year ago
4
Next