Skip to content

Releases: OlegDzhuraev/talosecs

v0.1.0-alpha

03 Apr 09:43
bd463af
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

Initial release. This is first, raw version, but can be used for some purposes.

Features

  • Entities - entity index, to which components can be attached
  • Components - any struct can be used as a component
  • Systems - handle your components with it
  • Signals - global components, which live one frame. Can be used as events. Entity-signals will be added soon.
  • Game loop - connects it all together - Inits and Updates your systems