specs_engine

BuildStatus Mit License BuildStatus

A Simple state machine built around specs-rs, a parallel entity and component system. This project is a Work in Progress and started life as an expirment on rusty non-code things. Largely based off of the amethyst game engine, but with several changes.

  1. There is no context instead you should create a context entity. -This allows createing non-graphical apps.
  2. It comes with no Systems(Processors in amethyst) on its own.