Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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

RenderTexture

World

The examples of world module is placed under here.

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

Cube Prefab