Difference between revisions of "PriMol"

From Technologia Incognita
Jump to: navigation, search
m
m
Line 5: Line 5:
 
|ProjectPurpose=Education
 
|ProjectPurpose=Education
 
}}
 
}}
This project will focus on controlling the [http://www.pymol.org/ pymol] UI using kinect gestures.
+
This project focuses on controlling the [http://www.pymol.org/ Pymol] UI using kinect gestures.
  
 
== Software Used ==
 
== Software Used ==
Line 12: Line 12:
 
* [https://github.com/jmendeth/PyOpenNI PyOpenNI] (python bindings for OpenNI)
 
* [https://github.com/jmendeth/PyOpenNI PyOpenNI] (python bindings for OpenNI)
 
* [http://www.pymol.org/ pymol] (molecular viewer with python scripting)
 
* [http://www.pymol.org/ pymol] (molecular viewer with python scripting)
 +
 +
== Source Code ==
 +
 +
You can grab the latest commit from [https://github.com/dromer/PymolKinect github]

Revision as of 15:04, 11 April 2012

Projects
Participants
Skills coding, UI design
Status Active
Niche Software
Purpose Education

This project focuses on controlling the Pymol UI using kinect gestures.

Software Used

  • libfreenect (library for accessing the Microsoft Kinect USB camera)
  • OpenNI (Natural Interface library that interprets the kinect data)
  • PyOpenNI (python bindings for OpenNI)
  • pymol (molecular viewer with python scripting)

Source Code

You can grab the latest commit from github