pathfinder/demo/magicleap
Patrick Walton 2db43797c3 Split colors out into their own crate.
A lot of downstream consumers of `pathfinder_gpu` want to use colors without
the path stuff.
2020-01-31 09:17:04 +01: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 Split colors out into their own crate. 2020-01-31 09:17:04 +01:00
.gitignore Add magicleap demo 2019-04-15 12:43:41 -04:00
Cargo.toml Split colors out into their own crate. 2020-01-31 09:17:04 +01: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