Difference between revisions of "Development"

From Mumble Wiki
Jump to: navigation, search
(Quick-Links to Sourceforge)
(Quick-Links: changed the link for feature request to github issues)
 
(2 intermediate revisions by one other user not shown)
Line 17: Line 17:
  
 
* [http://forums.mumble.info Discussion Forums]
 
* [http://forums.mumble.info Discussion Forums]
* [http://sourceforge.net/tracker/?group_id=147372&atid=768008 Request Feature]
+
* [https://github.com/mumble-voip/mumble/issues Request Feature]
 
* [https://github.com/mumble-voip/mumble/issues Report a Bug]
 
* [https://github.com/mumble-voip/mumble/issues Report a Bug]
  
Line 30: Line 30:
 
* [[BuildingFreeBSD| How to build Mumble on FreeBSD]]
 
* [[BuildingFreeBSD| How to build Mumble on FreeBSD]]
 
* [[Debugging]]
 
* [[Debugging]]
* [[HackPositionalAudio| How to add positional audio for a game]]
+
* [[Pluginguide| How to add positional audio for a game]]
* [[Link| How can I link/implement the Mumble 3D-positioning to my game?]] (for game-developers)
+
* [[Link| How can I link/implement the Mumble 3D-positioning to my game?]] (for game developers)
  
 
=== In General ===
 
=== In General ===
Line 38: Line 38:
 
* [[Development_Tools| Which Development Tools are used?]]
 
* [[Development_Tools| Which Development Tools are used?]]
 
* [[Letter| Tracking of inquiries of Mumble devs to SW/HW Vendors]]
 
* [[Letter| Tracking of inquiries of Mumble devs to SW/HW Vendors]]
* [http://www.youtube.com/watch?v=Hj8ahMKXfu0 Youtube visualization of Mumble's development process 2009 - 2010]
+
* [https://www.youtube.com/watch?v=cn-rOylwfzI Visualization of Mumble's development process 2005 - 2015]
 
* [[Channel Viewer Protocol]]
 
* [[Channel Viewer Protocol]]
  
 
[[Category:Development]]
 
[[Category:Development]]

Latest revision as of 21:09, 19 May 2020

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

If you want to checkout the latest source code, just clone our git repository at git://github.com/mumble-voip/mumble.

Developer How-To's

In General