Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 334 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 334 Bytes

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