crayon 0.7.1

A small, portable and extensible game framework.
Documentation
# Examples

Pre-compiled assets are placed under `resources` folder for convenience, so you could run examples without having `crayon-cli` tools. And notes that assets/resources are stored with `LFS`, please makes sure you have [git-lfs](https://git-lfs.github.com/) installed.

## Core

1. Texture: ```cargo run --example texture```
2. RenderTexture: ```cargo run --example render_texture```

![RenderTexture](./screenshots/render_texture.png)

## World

The examples of world module is placed under [here](../modules/world).

1. Cube: ```cargo run --example cube```
2. Prefab: ```cargo run --example prefab```

![Cube](./screenshots/cube.png)
![Prefab](./screenshots/prefab.png)