Difference between revisions of "Development"

From Mumble Wiki
Jump to: navigation, search
m (Current Development)
(Current Development)
Line 11: Line 11:
 
* [http://github.com/pcgod/libmumbleclient Git Webview of libmumbleclient (use for integrating with your application)]
 
* [http://github.com/pcgod/libmumbleclient Git Webview of libmumbleclient (use for integrating with your application)]
 
* [http://mumble.git.sourceforge.net/git/gitweb.cgi?p=mumble/mumble-iphoneos;a=summary Git Webview of iPhone Mumble Source]
 
* [http://mumble.git.sourceforge.net/git/gitweb.cgi?p=mumble/mumble-iphoneos;a=summary Git Webview of iPhone Mumble Source]
 +
* [https://gitorious.org/mumble-scripts/mumo/ mumo repository] - MuMo is the Mumble Moderator framework which is supposed to ease development of plugins connecting to Murmur via Ice. MuMo handles basic Ice connectivity and contains basic module loading and message multiplexing.
 +
* [https://gitorious.org/mumble-scripts/mumo/ mumble-scripts repository] - A number of small but useful scripts
  
 
=== Quick-Links to Sourceforge ===
 
=== Quick-Links to Sourceforge ===

Revision as of 08:52, 20 October 2013

Developing is one way to contribute to the Mumble project.

You can help us review and clean/refactor our code, implement new features or update outdated ones (like our pos-audio plugins). You can then submit the patches to us and we will gladly review them and probably accept them. :)

Current Development

Non-Main (e.g. libs, mobile versions, etc):

Quick-Links to Sourceforge

If you want to checkout the latest source code, just clone our git repository at git://mumble.git.sourceforge.net/gitroot/mumble/mumble.

Developer How-To's

In General