Skip to content

Instantly share code, notes, and snippets.

@kvark
Last active August 29, 2015 14:20
Show Gist options
  • Select an option

  • Save kvark/5d4f0f22fd3fee851ae2 to your computer and use it in GitHub Desktop.

Select an option

Save kvark/5d4f0f22fd3fee851ae2 to your computer and use it in GitHub Desktop.
gfx_scene slides
Hello world!
@kvark
Copy link
Author

kvark commented May 9, 2015

Forest demo instructions:

git clone https://gist.github.com/5d4f0f22fd3fee851ae2 gist-temp
git clone https://github.com/kvark/claymore
cd claymore
tar -xf ../gist-temp/nature.tgz
cargo run --release --example forest

Controls are:

  • Esc: quit
  • WASD: move
  • ZX: lift
  • QE: rotate

Extra option:

cargo run --release --example viewer data/nature

Viewer is controlled by mouse (rotation, zoom, shift)

@kvark
Copy link
Author

kvark commented May 21, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment