This repository has been archived by the owner on Nov 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
72 changed files
with
8,095 additions
and
6,136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
Google VR SDK | ||
===================== | ||
Copyright (c) 2017 Google Inc. All rights reserved. | ||
# Google VR SDK for Android | ||
|
||
[https://developers.google.com/vr/android/get-started](https://developers.google.com/vr/android/get-started) | ||
Enables Daydream and Cardboard app development on Android. | ||
|
||
Copyright (c) 2016 Google Inc. All rights reserved. | ||
|
||
For updates, known issues, and upgrade instructions, see the | ||
[release-notes](//github.com/googlevr/gvr-android-sdk/releases). | ||
|
||
For first time users, see the | ||
[Get Started with Google VR on Android](//developers.google.com/vr/android/get-started) | ||
guide. | ||
|
||
Please note, we do not accept pull requests. |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
/* Copyright 2016 Google Inc. All rights reserved. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
#ifndef VR_GVR_CAPI_INCLUDE_GVR_VERSION_H_ | ||
#define VR_GVR_CAPI_INCLUDE_GVR_VERSION_H_ | ||
|
||
#ifdef __cplusplus | ||
extern "C" { | ||
#endif | ||
|
||
/// A string representation of the current GVR build version. This is of | ||
/// the form "MAJOR.MINOR.PATCH". Note that this may differ from the runtime | ||
/// GVR version as reported by gvr_get_version_string(). | ||
#define GVR_SDK_VERSION_STRING "1.120.0" | ||
|
||
/// Semantic components for the current GVR build version. Note that these | ||
/// values may differ from the runtime GVR version as reported by | ||
/// gvr_get_version(). | ||
enum { | ||
GVR_SDK_MAJOR_VERSION = 1, | ||
GVR_SDK_MINOR_VERSION = 120, | ||
GVR_SDK_PATCH_VERSION = 0, | ||
}; | ||
|
||
#ifdef __cplusplus | ||
} // extern "C" | ||
#endif | ||
|
||
#endif // VR_GVR_CAPI_INCLUDE_GVR_VERSION_H_ |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file renamed
BIN
+31.2 KB
libraries/sdk-commonwidget-1.101.0.aar → libraries/sdk-commonwidget-1.120.0.aar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Oops, something went wrong.