Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noahshomette/bevy_sim_world
https://github.com/noahshomette/bevy_sim_world
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noahshomette/bevy_sim_world
- Owner: NoahShomette
- Created: 2024-06-29T00:43:40.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-05T22:28:51.000Z (7 months ago)
- Last Synced: 2024-07-06T02:53:14.375Z (7 months ago)
- Language: Rust
- Size: 46.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `bevy_sim_world`
A library providing a separated simulation world for the Bevy Game Engine.
## Features
- Separated simulation world
- Request interface to access state inside the sim world and copy out
- Deferred command pattern stream supporting undo/redo to affect changes to the sim world in a controlled fashion when needed