From 19ce11136c8b01c94fa12dd8c920cdd5eec16f76 Mon Sep 17 00:00:00 2001 From: "Garcia-Hernandez, Ruben Jesus (rgarcia)" <garcia@lrz.de> Date: Wed, 13 Feb 2019 13:58:24 +0100 Subject: [PATCH] More markup fixes --- GoogleCardboardAndroid/readme.md | 7 +++++-- OpenVR/README.md | 4 +++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/GoogleCardboardAndroid/readme.md b/GoogleCardboardAndroid/readme.md index 78d07a1..a2a59c7 100644 --- a/GoogleCardboardAndroid/readme.md +++ b/GoogleCardboardAndroid/readme.md @@ -1,15 +1,18 @@ This repository contains the demos for Google cardboard using GVR Android SDK v1.20.0 -https://github.com/googlevr/gvr-android-sdk + https://github.com/googlevr/gvr-android-sdk Clone that repository and add the content of this one inside the Samples directory. Copy the content of the ../libs directory (happyhttp, rapidjson, rply, LodePNG) and NOMADVRLib and GoogleCardboard into NOMADgvrT/src/main/jni Enable support for ndk (tested: android-ndk-r10d) in settings.gradle: -include ':samples:NOMADgvrT' + + include ':samples:NOMADgvrT' List of directories + NOMADgvrT: + This program can load prepared molecular dynamics simulations, and is compatible with the TimestepData OpenVR demo. diff --git a/OpenVR/README.md b/OpenVR/README.md index 026863b..99030eb 100644 --- a/OpenVR/README.md +++ b/OpenVR/README.md @@ -6,7 +6,9 @@ directory. After compilation, copy ..\textures\digits_64x7_l_blank.png to the exe's location. -List of directories +List of directories: + TimestepData: + This program can load prepared molecular dynamics simulations -- GitLab