Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noahshomette/bevy_sim_world


https://github.com/noahshomette/bevy_sim_world

Last synced: 4 months ago
JSON representation

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