Tango SDK files谷歌Tango开发包

The Tango SDK is under active development; please keep this in mind as you explore its capabilities. See our Release Notes for information on the most recent changes to the SDK. If you discover any issues, feel free to communicate with us via the methods described on our Support page.

谷歌Tango开发包是一直在动态活跃开发不断完善的;请你在探索它的功能时一定要记得这一点。看我们的版本记录查看该SDK最新的改变。如果你发现了任何问题,请尽管通过我们的支持页面描述的方式跟我们交流。

The latest version of the Java and C SDKs is Ikariotikos (Version 1.54, June 2017).最新的Java和C开发包是Ikariotikos(2017年7月版本1.54)。

The latest version of the Unity SDK is Ikariotikos (Version 1.54, June 2017).最新的Unity开发包是Ikariotikos(2017年7月版本1.54)。

Package Size SHA1 Checksum
Unity SDK
Tango SDK for Unity 20.0 MB bbe2b33cabd2b009d96bbe29ec9687306809888a
Java APIs
Java components are also available through JCenter. (instructions)
Tango SDK for Java 100.0 KB 0f8f8d813ed29c548491ae97e893cf200bea3ece
Support Library 16.0 MB ce7590b0d7aec52e9d8d5515bba497514ee477c7
UX Library (deprecated) 164.0 KB b90f605c78b22c639bd35e46e9ca90fcc5e5b4c9
C APIs
Tango SDK for C 536 KB 0079d7df980c76116e26d5d86f868a2c11e867bb
Support Library 2.5 MB cef026d9568b8d61b97d61b84281180dae717e48
3D Reconstruction Library 12.0 MB a5ef14977f29b4577b607807a6d5043520ddef1a

Note: There are special instructions for updating the Unity SDK.

Tango Applications

Application packages for your Tango device.

Required

If your device does not already have the Tango Core app installed on it, please go to the Play Store and download the required Tango Core APK, which installs the system level service for Tango capabilities. These capabilities are accessible via our API/SDK.

Optional

Check out some of the experiments and developer tools developed by the Tango team.

Tango Development Kit files can be found here.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 3.0 License, and code samples are licensed under the Apache 2.0 License. For details, see our Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

上次更新日期:六月 28, 2017

Google Tango SDK下载的更多相关文章

  1. google android sdk下载hoosts

    203.208.46.146 www.google.com #这行是为了方便打开Android开发官网 现在好像不VPN也可以打开 74.125.113.121 developer.android.c ...

  2. Google Tango初学者教程

    Getting Started with the Tango Java API In this tutorial, we'll go through setting up your build env ...

  3. Android 4.4环境搭建——Android SDK下载与安装

    学习开发Android应用程序,须要下载安装Android SDK.在Android的官方站点的二级域名http://developer.android.com/index.html中.能够下载到完整 ...

  4. Android SDK下载失败的解决方法

    Android SDK下载失败的解决方法 图1 在下载过程中,Android SDK Manager Log中出现下面出错信息: Preparing toinstall archives Downlo ...

  5. Android SDK下载和更新失败的如何解决

    一.scenario: 在部署Appium环境搭建时,安装SDK Manager.exe,遇到Android SDK下载更新失败. 报错信息如下图: Failed to fetch URL https ...

  6. Android 5.0 Lollipop SDK下载地址(PASS)

    Android 5.0 ARM EABI v7a System Image https://dl-ssl.google.com/android/repository/sys-img/google_ap ...

  7. jdk eclipse SDK下载安装及配置教程

    原文地址https://blog.csdn.net/dr_neo/article/details/49870587 最新鲜最详细的Android SDK下载安装及配置教程 最近Neo突发神经,想要将学 ...

  8. ARKit对安卓的提示 ARKit与Google Tango

    我们知道安卓是Google开发的,那么关于AR谷歌有哪些作为呢?就是开发了Google Tango,尽管Tango还未开源,但是用户可以免费使用,可是一般的安卓手机是无法运行的,它对硬件有要求,这对它 ...

  9. GOOGLE VR SDK开发VR游戏,VR播放器之中的一个

    近期一年来,VR虚拟现实和AR增强现实技术的宣传甚嚣尘上.事实上VR,AR技术非常早就有了,一直没有流行开来.不可否认价格是影响技术推广的最大壁垒. 谷歌对VR最大的贡献是提供了便宜的谷歌眼镜,依照G ...

随机推荐

  1. python random模块(随机数)详解

    使用前要先导入random模块 import random random.randomrandom.random()用于生成一个0到1的随机符点数: 0 <= n < 1.0 random ...

  2. POJ3070 矩阵快速幂模板

    题目:http://poj.org/problem?id=3070 矩阵快速幂模板.mod写到乘法的定义部分就行了. 别忘了 I ( ) 和 i n i t ( ) 要传引用! #include< ...

  3. vue 整合雪碧图功能

    1.通过命令新建一个vue项目 环境要求: 安装有 Node.js. vue. vue-cli . 创建项目: vue init webpack tx_demo cd tx_demo 进入项目,下载依 ...

  4. 安装wamp 缺少msvcr100.dll

    在一台新电脑上安装wampsever 这是百度上的解决方案,http://jingyan.baidu.com/article/0320e2c1eb49681b87507ba4.html 本人亲测 第一 ...

  5. mysql5.6.23安装 步骤

    1. 准备好配置文件 my.cnf 2.建立my.cnf中用到的必要的目录 3.在mysql目录下有个scripts/mysql_install_db, 执行: scripts/mysql_insta ...

  6. CentOS开机自启动

    CentOS 配置的开机自启动. vim /etc/rc.local #!/bin/sh # # This script will be executed *after* all the other ...

  7. 关于Android App开发知识体系的一个小总结

     前言 本文从热更新.异步并发.性能优化.网络请求等多个方面对Android App开发的知识体系进行了一个分类总结.欢迎大家沟通交流. 热更新 [原]热更新开源项目Tinker源码解析之Dex热更新 ...

  8. 同一客户端使用多份SSH Key

    创建或添加如下内容: Host example1.com HostName realname.example.com IdentityFile ~/.ssh/example1_rsa # 私钥 Hos ...

  9. Back to CNBLOG

    突然发现自己很久都没有写过博客了,感觉有点愧对程序员这个称号... 任重道远,要做的东西很多,越来发现,坚持是最难的,例如写博客. 但起码有有个开始,要有个开始去分享自己的经历,去让别人也知道,你是怎 ...

  10. 常见的linux服务器构建

    Linux常用服务器构建-ftp服务器 ftp服务器 FTP 是File Transfer Protocol(文件传输协议)的英文简称,而中文简称为“文传协议”. 用于Internet上的控制文件的双 ...