specs_engine 0.0.1

A simple Application engine based around specs-rs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# specs_engine

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

[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

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](https://amethyst.rs) 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.