Skip to content

Commit

Permalink
Implement grabbing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Hlusička committed Feb 27, 2020
1 parent fee48d8 commit 84ac49d
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 122 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "example-mapp"
name = "example-mapp-2"
version = "0.1.0"
authors = ["Jakub Hlusička <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
An example `metaview` app.

This application demonstrates the ability to move entities around via input events and view orientation.

Prerequisites:
* [https://rustwasm.github.io/wasm-pack/](wasm-pack): A tool for compiling Rust to WASM

Expand Down
Binary file removed resources/ui/button_next.glb
Binary file not shown.
Binary file removed resources/ui/button_previous.glb
Binary file not shown.
Loading

0 comments on commit 84ac49d

Please sign in to comment.