Skip to content

v0.2.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@DynamicGoose DynamicGoose released this 22 Oct 10:50
· 16 commits to main since this release

v0.2.0-alpha.1

Overview

Important

This version brings major breaking changes! This means a nearly complete rework of the API.

Key Features

  • New API for interacting with World's data using closures (#18, #20)
  • Systems struct, from which a Dispatcher can be built (#19)
    • enables concurrent execution of systems, while taking their dependencies on other systems into account
  • Dynamically sized compressed bitmaps using roaring (#10)
    • Removes the limit of 128 registered components per World

Known Bugs

Full Changelog: v0.1.0...v0.2.0-alpha.1