本文介绍了我如何开始编写或创建用于跳跃运动的应用程序?(Python)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

我试过用谷歌搜索这个,但很多编程谈话我不一定完全理解.到目前为止,我所做的只是下载了 Leap Motion 的 SDK,发现可以用 python 编写程序.这是一种我比较熟悉的编程语言.

I have tried googling this, but it is a lot of programming talk i do not necessarily completely understand. All i have done so far is download the SDK for Leap Motion and found that programs can be written with python. which is a programming language i am somewhat familiar with.

从 SDK 上的示例来看,似乎需要一个模块才能开始编写,这意味着每个跳跃运动应用程序都以 Python 中的import Leap"开头.但是我没有这个Leap"模块,我不知道在哪里下载它.

From the samples on the SDK it seems it requires a module to start writing that means each leap motion app starts with "import Leap" in python. however i do not have this "Leap" module and I am not sure where to download it.

我非常希望能够玩玩并创建一些可以做一些简单事情的基本应用程序,但我不太确定我实际上需要如何编写用于跳跃运动的程序以及如何编写把它变成一个可以用 Leap Motion 设备打开和控制的应用程序.

Pretty much I would like to be able to play around and create some basic apps that can do some simple things, but I am not so sure on how I would actually need to write the program for leap motion and then also how to turn it into an application that can be opened and controlled with the Leap Motion device.

推荐答案

更新:自从我最初写这篇回复以来,Leap Motion 已经改变了他们的文档位置和结构.以上链接不再有效.

UPDATE: Leap Motion has changed their documentation location and structure since I originally wrote this reply. The above links no longer work.

由于我也不再在 Leap Motion 的平台上进行开发,我不熟悉他们目前设置的各种 API,所以我将避免做出任何假设,只留下指向文档索引的链接:

As I also no longer develop on Leap Motion's platform, I'm unfamiliar with the various APIs they currently have setup, so I'll avoid making any assumptions and simply leave a link to the documentation's index:

https://developer.leapmotion.com/documentation/index.html?proglang=current

这篇关于我如何开始编写或创建用于跳跃运动的应用程序?(Python)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-08 08:04