Where Else..
-
Donation Button
-
Recent Posts
- PolyGPT – a ChatGPT powered multilingual speech trainer, just released! (Free app)
- Realistic Bubble Wrap app and the Earth Day event
- A procedural Spider Web that can be shot in VR – Introduction
- Hand Washing Reminder in Mixed Reality (Meta Quest w/ Passthrough)
- The Wall between Virtuality and Reality
- VR/MR Escape Room Experience – What You Touch Is What You Get
- Casting Spells to Unveil the Real World in VR
- Mixed Reality Home Experiences With Virtual Spheres And Cubes(Meta Quest Passthrough)
- Ring Display on Meta Quest Touch Controller
- VR Full Body Tracking Using a Mirror
- What if we colorize the Oculus Quest Passthrough view using deep learning?
- Making a Motion Detector with Game Builder Garage on Nintendo Switch
- Backlit Keyboard as a Typing Trainer
- Snake Game on a Backlit Keyboard
- Backlit Keyboard + Leap Motion
Recent Comments
- WillyYao on Kinect v2 Mouse Control w/ Source Code
- WillyYao on Kinect v2 Mouse Control w/ Source Code
- WillyYao on Kinect v2 Mouse Control w/ Source Code
- lakhani1213 on How-To: Solving Various Issues on iOS AR Developments while using Vuforia + Unity
- Ahmad Shokry on Kinect v2 Mouse Control w/ Source Code
Tag Archives: C#
Kinect Smile Tracking
I’ll send you the source code if you do this: Go to the Youtube video page(Click Here), give it a thumbs up, leave a comment below(on the video page, not this blog post), subscribe to my Youtube channel and PM … Continue reading
Kinect Can Do What Leap Motion Can Do
They’re all done by using Kinect for Windows SDK…
PPCC – A WP7 Style PC Controller on PPC
XDA Thread: http://forum.xda-developers.com/showthread.php?t=1871605 I hope someone can help me port this app to other phone devices..
Kinect Angry Birds Space
Youtube: Youku(The same as the u2 video above..): It’s developed in C# using Kinect for Windows SDK 1.5. I put the Kinect sensor high and tilted it down like this: Now let me introduce my simple way to detect whether … Continue reading
Make the Laptop Screen Touchable by Using Kinect
Youtube: Youku:
Kinect Eyes
A simple application that shows two eyes controlled by Kinect.. Youtube: Youku:
Ubuntu下Mono Develop的Message.Show();
不知道为什么..在Ubuntu下的Mono Develop不支持最基本需求的Message.Show().. 在网上找到这样的方法…算是解决了: public static void ShowMsg(Gtk.Window parent_window, DialogFlags flags, MessageType msgtype, ButtonsType btntype, string msg) { MessageDialog md = new MessageDialog (parent_window, flags, msgtype, btntype, msg); md.Run (); md.Destroy(); } public static void ShowMsg(string msg) { MessageDialog md = … Continue reading
Kinechrome(Kinect + Chrome)
向上/向下/放大/缩小 Up/Down/Zoom in/Zoom out