wasvy-org/wasvy

Entity/Component lifecycle management

开放

#27 创建于 2025年11月25日

 (1 条评论) (0 个反应) (0 位负责人)Rust (6 个派生)auto 404
good first issuehelp wanted

仓库指标

星标
 (126 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南