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 installed.
Core
- Texture:
cargo run --example texture - RenderTexture:
cargo run --example render_texture
World
The examples of world module is placed under here.
- Cube:
cargo run --example cube - Prefab:
cargo run --example prefab


