pathfinder/demo/magicleap
Patrick Walton 3e64e29fb2 Rename `BuiltSVG` to `SVGScene` 2020-06-24 17:35:43 -07:00
..
.cargo Explicitly set the linker flavor for the magicleap demo 2019-04-22 11:54:42 -05:00
lre Changed some of the magicleap demo SVGs 2019-04-15 12:43:41 -04:00
src Rename `BuiltSVG` to `SVGScene` 2020-06-24 17:35:43 -07:00
.gitignore Add magicleap demo 2019-04-15 12:43:41 -04:00
Cargo.toml Update `image`, `glutin`, and `jni` crates. 2020-03-27 15:49:26 -07:00
Makefile Replace readme directions with makefile targets. 2019-04-15 14:16:40 -04:00
PathfinderDemo.mabu Add magicleap demo 2019-04-15 12:43:41 -04:00
PathfinderDemo.package The magicleap demo library is a shared library 2019-04-15 13:29:32 -04:00
PathfinderImmersiveDemo.mabu Make pathfinder_immersive_demo a shared library. 2019-04-15 12:43:41 -04:00
PathfinderLandscapeDemo.mabu Make pathfinder_immersive_demo a shared library. 2019-04-15 12:43:41 -04:00
README.md Replace readme directions with makefile targets. 2019-04-15 14:16:40 -04:00
fake-ld.sh Use linker directly to to avoid linker errors. 2019-04-15 14:16:40 -04:00
manifest.xml Get the pathfinder magicleap demo to compile with v0.20.0 of the SDK 2019-04-15 12:43:41 -04:00

README.md

Magic Leap demo

First, install v0.20.0 or later of the Magic Leap SDK. By default this is installed in MagicLeap/mlsdk/<version>, for example:

  export MAGICLEAP_SDK=~/MagicLeap/mlsdk/v0.20.0

You will also need a signing certificate.

  export MLCERT=~/MagicLeap/cert/mycert.cert

Now build the pathfinder demo library and .mpk archive:

  cd demo/pathfinder
  make release

The .mpk can be installed:

  make install

and run:

  make run