specs_engine 0.0.2

A simple Application engine based around specs-rs
Documentation
# specs_engine

![BuildStatus][s1] ![Mit License][s2] ![BuildStatus][s3] ![Docs][s4]

[s1]: https://travis-ci.org/bytebuddha/specs_engine.svg?branch=master
[s2]: https://img.shields.io/badge/license-MIT-blue.svg
[s3]: https://ci.appveyor.com/api/projects/status/030v9gcretmghdn6?svg=true
[s4]: https://docs.rs/specs_engine/badge.svg

A Simple state machine built around [specs-rs](https://github.com/slide-rs/specs/), 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](https://amethyst.rs) game engine but designed to be thinner
and lighter.

#### Goals
 1. [x] State machine.
 2. [x] Main loop
 3. [x] ApplicationBuilder interface.
 4. [ ] Multiple Context's [WIP]
 5. [ ] Security between context's.
 6. [ ] Macro's for the State and System Traits.
 7. [ ] Derive macro for the specs Component trait.
 8. [ ] Android and windows compatability.

Any pull requests and Issuse are much appreciated.