https://github.com/MiniaczQ/bevy-ui-with-states
Prototype of using states for controlling UI screens in the Bevy game engine.
https://github.com/MiniaczQ/bevy-ui-with-states
bevy state-machine ui
Last synced: 10 months ago
JSON representation
Prototype of using states for controlling UI screens in the Bevy game engine.
- Host: GitHub
- URL: https://github.com/MiniaczQ/bevy-ui-with-states
- Owner: MiniaczQ
- License: apache-2.0
- Created: 2024-06-06T10:56:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-03T00:45:05.000Z (over 1 year ago)
- Last Synced: 2025-04-01T08:26:36.417Z (about 1 year ago)
- Topics: bevy, state-machine, ui
- Language: Rust
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# About
Prototype for using states to setup and teardown your UI screens and associated logic.