wasvy-org/wasvy

Entity/Component lifecycle management

オープン

#27 opened on 2025/11/25

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (6 件のフォーク)auto 404
good first issuehelp wanted

Repository metrics

Stars
 (126 個のスター)
PR merge metrics
 (PR metrics pending)

説明

This is a tracking issue for entity and component lifecycle management. Currently modders do not have full control of the bevy ecs. This is not a very thorough list! Please let me know what features are missing.

  • Mutable components
  • Spawn new entities
  • #34
    • Despawn
    • Inserting components
    • Removing components
  • Events
  • Observers
  • Immutable components
  • Assets
    • Adding new assets
    • Updating assets
    • Creating/updating components that have a handle

コントリビューターガイド