# 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```

## World
The examples of world module is placed under [here](../modules/world).
1. Cube: ```cargo run --example cube```
2. Prefab: ```cargo run --example prefab```

