Skip to content

v0.5.0

Compare
Choose a tag to compare
@Anders429 Anders429 released this 19 Jan 00:44
· 216 commits to master since this release
cbca5b4

Added

  • Entity! macro for defining the type of an entity.
  • reserve() method on World for reserving capacity for additional entities made up of a specific set of components.

Removed

  • System::world_post_processing() and ParSystem::world_post_processing().