Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
S

sixthsense

> 编程语言
Open source

Open Source Codebase for project SixthSense

623 stars0 likes0 views
WebsiteGitHub

About

Open Source Codebase for project SixthSense

#SixthSense

##A wearable gesture interface

README

Check out the TED video to get a good idea of what the project is about.

For more information on SixthSense software and hardware, see:

Detailed documentation is in progress.

64-bit users!

There are currently some problems plaguing 64 bit systems that we're trying to fix. Until then, follow these steps to debug the code under 64-bit systems (in Visual Studio):

  1. From top menu select "Build", then "Configuration Manager". After adding a new "x86" platform inherited from debug platform, we see a new platform in the list and the old one is removed.

  2. From the new platform displayed we click on Platform column to see a dropdown containing 3 options "or more", the first is "Any CPU", the second is , and the third is , select , a window will open to choose the platform.

  3. Select x86 then hit OK.

  4. Click debug, it runs as it should.

Mailing List

This is where most of the discussion goes on.

Please read the rest of this README before asking a question on the mailing list

Technology

We use C# (tested on Windows, not Mono) with OpenCV (for .NET).

Developers

To get started, there's all kinds of indentation issues in the codebase, fix those so you can get a feel for how all the code is laid out.

Standards

We use tabs-as-spaces, with 4 spaces for identation. There's all kinds of identation issues, and we encourage people to fix those.

Android

We're working on an Android port, but, it is nowhere near complete. We'll have more details ready once we've developed some of the UI.

Ports

The current code only runs on Windows, under the CLR virtual machine (i.e. C#).

Java (Linux, Mac OS X, Android, etc.) - Dhaivat - https://github.com/Poincare/sixthsense (see java branch)

If you're working on a porting SixthSense to a different environment (*nix, Mac OS X, Android, etc.) please list it here, with some kind of link to code.

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

C#

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言