specs_engine 0.0.1

A simple Application engine based around specs-rs
Documentation
specs_engine-0.0.1 has been yanked.

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.