bevy-resources

Community

Master Bevy resources: define and manage globals.

Authornolantait
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Bevy Resources are global state used across systems; this reference clarifies how to define, insert, initialize, read, and remove resources to keep data synchronized and lifecycle predictable.

Core Features & Use Cases

  • Define a Resource with the Resource derive
  • Insert, init and read/write to global data across systems
  • Remove resources and handle optional resources to avoid panics
  • Provides practical Bevy ECS patterns for managing global state

Quick Start

Define your resource type and wire it into the Bevy App with insert_resource or init_resource, then access and modify it from systems.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: bevy-resources
Download link: https://github.com/nolantait/bevy-starter/archive/main.zip#bevy-resources

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 510,000+ vetted skills library on demand.