Notice: MediaWiki has been updated. Report any rough edges to marcan@marcan.st

Difference between revisions of "People"

From OpenKinect
Jump to: navigation, search
(Ubuntu Packaging)
Line 1: Line 1:
This page documents the major efforts within the OpenKinect project and who the coordinator is for each effort. The purpose of this is to coordinate people with similar interests and reduce or eliminate redundant efforts. If you are interested in the status of an effort or contributing of an effort, contact the designated coordinator.
+
This page lists the people currently involved in the OpenKinect community and development effort. If you're starting a new project or working on a particular new feature, check here to make sure someone else isn't already working on it!
  
= Coordinators and participants =
+
= Community lead =
 +
Joshua Blake ([[User:JoshB|JoshB]]) is the OpenKinect community founder and lead. He is responsible for bringing together everyone interested in OpenKinect and tries to coordinate the project's efforts and the people who work on them.
  
You can add your name as a participant in an effort if you are actively working on code or have previously contributed to the effort. If you are no longer active but still wish to be listed, your name may be moved to a "Past participants" list within the effort. The coordinator is assumed to be an active participant and does not need to be listed twice.
+
= Subprojects =
 
 
The coordinator is often, but not always, the person with the most technical experience or the person who contributes the most to an effort. More important than those factors are that the coordinator is reliable, keeps up-to-date with what is going, and responds to communication (mailing list, IRC, direct email, or other chat program). New contributors check this page and contact the coordinator for the effort he or she is interested in. Coordinators need to help new contributors get up to speed on where they can help.
 
 
 
If there is not already a coordinator listed for something you're interested in, please ask around on IRC and the mailing list to see if anyone else is working on the same thing. The people working on an effort should agree upon a single coordinator and then update this page. If no agreement can be made, contact Josh Blake and he'll work something out.
 
 
 
=== Page conventions ===
 
Names should be real name with pseudonym in parenthesis. Contact information and links for a name should be placed in a linked user page. For example, JoshB's info is located at http://openkinect.org/wiki/User:JoshB and the link would look like
 
<nowiki>[[User:JoshB|JoshB]]</nowiki>
 
 
 
= Project lead =
 
 
 
Joshua Blake ([[User:JoshB|JoshB]]) is the OpenKinect community founder and project lead. He is the coordinator of coordinators and tries to build consensus among the community. In the event of personal conflict or lack of consensus, people look to the project lead to resolve the conflict. In normal circumstances, everyone cooperates and the project lead is just another community member.
 
 
 
= Efforts =
 
  
 
== Administration ==
 
== Administration ==
 
This includes mailing list and PR efforts such as twitter and blogs.
 
This includes mailing list and PR efforts such as twitter and blogs.
  
Coordinator:
 
 
* Joshua Blake ([[User:JoshB|JoshB]])
 
* Joshua Blake ([[User:JoshB|JoshB]])
 
Active participants:
 
 
* Seth Sandler (cerupcat), assists with Google Group mailing list apps
 
* Seth Sandler (cerupcat), assists with Google Group mailing list apps
 
* Nink, primarily runs @openkinect on twitter
 
* Nink, primarily runs @openkinect on twitter
 +
* Hector Martin (marcan), runs the openkinect.org server and Wiki software
  
== Maintainers ==
+
== Repo maintainers ==
Maintainers have commit access to the official repositories and integrate pull requests and patches. This access is only used for integration and maintainers still follow the standard fork/pull request model for bug fixes or new feature development they work on.
+
Repo Maintainers have commit access to the official repository and integrate pull requests and patches.
  
Coordinator:
 
 
* Kyle Machulis (qDot)
 
* Kyle Machulis (qDot)
 
+
* Hector Martin ([[User:Marcan|marcan]])
Active participants:
 
* Hector Martin (marcan)
 
 
* Joshua Blake ([[User:JoshB|JoshB]])
 
* Joshua Blake ([[User:JoshB|JoshB]])
  
 
== libfreenect ==
 
== libfreenect ==
 +
libfreenect is the driver and API project that includes all code that communicates directly with the hardware for Linux, OS X, and Windows. The repository is located at https://github.com/OpenKinect/libfreenect/.
  
libfreenect is the driver and API project that includes all code that communicates directly with the hardware for Windows, Linux, and OS X. The repository is located at https://github.com/OpenKinect/libfreenect/.
+
* Hector Martin ([[User:Marcan|marcan]]) - original author and current maintainer
 
+
* Kyle Machulis (qDot) - integration, Git master, win32
Coordinator:
+
* Joshua Blake ([[User:JoshB|JoshB]]) - win32, C# wrapper
* Hector Martin (marcan)
 
 
 
Active participants:
 
 
* Arne Bernin - debian/ubuntu packaging
 
* Arne Bernin - debian/ubuntu packaging
 
* Theo Watson (ofTheo)
 
* Theo Watson (ofTheo)
 
* stephanemagnenat - Working on ROS node which uses libfreenect, would like to push changes upstream. Our lab could help with calibration.
 
* stephanemagnenat - Working on ROS node which uses libfreenect, would like to push changes upstream. Our lab could help with calibration.
 
* Drew Fisher (zarvox) - Working on camera protocol reverse engineering & documentation
 
* Drew Fisher (zarvox) - Working on camera protocol reverse engineering & documentation
* Kyle Machulis (qDot)
 
 
* zephod - Working on audio protocol and Win32 C++  
 
* zephod - Working on audio protocol and Win32 C++  
 
* Tully Foote (tfoote) - Working on ROS node https://github.com/ros-pkg-git/kinect and managing separate branch used for integration with the ROS bindings https://github.com/ros-pkg-git/libfreenect
 
* Tully Foote (tfoote) - Working on ROS node https://github.com/ros-pkg-git/kinect and managing separate branch used for integration with the ROS bindings https://github.com/ros-pkg-git/libfreenect
 
This project has several sub-efforts.
 
 
=== win32 ===
 
Porting the libfreenect C code to work on Windows.
 
 
Coordinator:
 
* Joshua Blake ([[User:JoshB|JoshB]])
 
 
Active participants:
 
* Kyle Machulis (qDot)
 
 
=== csharp ===
 
C# wrapper and API
 
 
Coordinator:
 
* Joshua Blake ([[User:JoshB|JoshB]])
 
 
Active participants:
 
 
* Aditya Gaddam (LostInCake) - Help with C# wrapper if and when Josh needs it. Or just testing if not.
 
* Aditya Gaddam (LostInCake) - Help with C# wrapper if and when Josh needs it. Or just testing if not.
 
+
* Scott Byrns (scottb) - Java wrapper
=== java ===
+
* Aditya Gaddam (LostInCake) - ruby wrapper
Java wrapper and API
+
* Juan Carlos del Valle (ekinox) - Action Script 3 server and API
 
+
* Mike Slinn (mslinn) - Action Script 3
Coordinator:
+
* Mark Renouf (mrenouf/tweakt) - Ubuntu packaging
* Scott Byrns (scottb)
 
 
 
Active participants:
 
 
 
=== python ===
 
Python wrapper and API
 
 
 
''There are several people working on python. Please find each other on IRC and email and choose a coordinator. -JoshB''
 
 
 
Coordinator:
 
* ?
 
 
 
Active participants:
 
 
 
=== ruby ===
 
Ruby wrapper and API
 
 
 
Coordinator:
 
* Aditya Gaddam (LostInCake)
 
 
 
Active Participants:
 
 
 
=== Action Script 3 ===
 
AS3 socket server and API
 
 
 
Coordinator:
 
* Juan Carlos del Valle (ekinox)
 
 
 
Active Participants:
 
* Mike Slinn (mslinn)
 
 
 
=== Ubuntu Packaging ===
 
Installable ubuntu package for libfreenect. (libs, headers, pkg-config support)
 
* Source: https://github.com/tweakt/libfreenect/tree/debian2
 
* Packages: https://launchpad.net/~mark-renouf/+archive/openkinect/
 
 
 
Coordinator:
 
* Mark Renouf (mrenouf/tweakt)
 

Revision as of 04:05, 22 November 2010

This page lists the people currently involved in the OpenKinect community and development effort. If you're starting a new project or working on a particular new feature, check here to make sure someone else isn't already working on it!

Community lead

Joshua Blake (JoshB) is the OpenKinect community founder and lead. He is responsible for bringing together everyone interested in OpenKinect and tries to coordinate the project's efforts and the people who work on them.

Subprojects

Administration

This includes mailing list and PR efforts such as twitter and blogs.

  • Joshua Blake (JoshB)
  • Seth Sandler (cerupcat), assists with Google Group mailing list apps
  • Nink, primarily runs @openkinect on twitter
  • Hector Martin (marcan), runs the openkinect.org server and Wiki software

Repo maintainers

Repo Maintainers have commit access to the official repository and integrate pull requests and patches.

  • Kyle Machulis (qDot)
  • Hector Martin (marcan)
  • Joshua Blake (JoshB)

libfreenect

libfreenect is the driver and API project that includes all code that communicates directly with the hardware for Linux, OS X, and Windows. The repository is located at https://github.com/OpenKinect/libfreenect/.

  • Hector Martin (marcan) - original author and current maintainer
  • Kyle Machulis (qDot) - integration, Git master, win32
  • Joshua Blake (JoshB) - win32, C# wrapper
  • Arne Bernin - debian/ubuntu packaging
  • Theo Watson (ofTheo)
  • stephanemagnenat - Working on ROS node which uses libfreenect, would like to push changes upstream. Our lab could help with calibration.
  • Drew Fisher (zarvox) - Working on camera protocol reverse engineering & documentation
  • zephod - Working on audio protocol and Win32 C++
  • Tully Foote (tfoote) - Working on ROS node https://github.com/ros-pkg-git/kinect and managing separate branch used for integration with the ROS bindings https://github.com/ros-pkg-git/libfreenect
  • Aditya Gaddam (LostInCake) - Help with C# wrapper if and when Josh needs it. Or just testing if not.
  • Scott Byrns (scottb) - Java wrapper
  • Aditya Gaddam (LostInCake) - ruby wrapper
  • Juan Carlos del Valle (ekinox) - Action Script 3 server and API
  • Mike Slinn (mslinn) - Action Script 3
  • Mark Renouf (mrenouf/tweakt) - Ubuntu packaging