wasvy-org/wasvy

Entity/Component lifecycle management

Open

#27 opened on Nov 25, 2025

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (6 forks)auto 404
good first issuehelp wanted

Repository metrics

Stars
 (126 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide