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. linq to sql 怎么查询前 11 条数据

    (from 新表 in db.books where 新表.bookid < 400 select 新表).Take(11); storeDB.Albums.OrderByDescending( ...

  2. java项目打包部署

    网上打包的教程很多, 但是自己动手总归出现各种各样的问题,自己总结下: 由于刚刚接触JAVA,做了一个简单的java project 项目, 但是包含第三方的jar包, 结果打包的时候就出现问题了. ...

  3. 增加MyEclips 智能提示功能

    一般默认情况下,Eclipse ,MyEclipse 的代码提示功能是比Microsoft Visual Studio的差很多的,主要是Eclipse ,MyEclipse本身有很多选项是默认关闭的, ...

  4. mamp下安装ruby的mysql库

    mysql2库死活不行,用ruby-mysql得了,纯ruby的库 gem "ruby-mysql" require 'mysql'

  5. SpringMVC+hibernate4事务处理

    首先spring-hibernate.xml里配置事务: <!-- 配置事务管理器 --> <bean id="transactionManager" class ...

  6. [Java.web]JSTL 使用

    <%@ page import="cn.itcast.domain.Person"%> <%@ page language="java" im ...

  7. 使用PHP自带zlib函数 几行代码实现PHP文件打包下载zip

    <?php //获取文件列表 function list_dir($dir){ $result = array(); if (is_dir($dir)){ $file_dir = scandir ...

  8. PhpStorm 配置在浏览器中打开文件

    这东东中文资料太少- -鼓捣了好久才有结果 点击File-Settings-Deployment .点+按钮增加服务器 Mapping 设置工程路径等 点击 Edit Confi 这东东中文资料太少- ...

  9. Android开发入门——Button绑定监听事件三种方式

    import android.app.Activity; import android.os.Bundle;import android.view.View;import android.widget ...

  10. javaweb消息中间件——rabbitmq入门

    概念:RabbitMQ是一款开源的消息中间件系统,由erlang开发,是AMQP的实现. 架构图大概如上. broker是消息队列的服务器,比如在linux上,我们安装的rabbitmq就是一个bro ...