<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kodi.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rohan050</id>
	<title>Official Kodi Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://kodi.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rohan050"/>
	<link rel="alternate" type="text/html" href="https://kodi.wiki/view/Special:Contributions/Rohan050"/>
	<updated>2026-06-16T04:11:56Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://kodi.wiki/index.php?title=Development&amp;diff=126846</id>
		<title>Development</title>
		<link rel="alternate" type="text/html" href="https://kodi.wiki/index.php?title=Development&amp;diff=126846"/>
		<updated>2016-12-21T11:09:53Z</updated>

		<summary type="html">&lt;p&gt;Rohan050: /* Development Tools */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{XBMC development nav}}&lt;br /&gt;
{{mininav}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
{{-}}&lt;br /&gt;
== Topics ==&lt;br /&gt;
{{see also|Category:Development}}&lt;br /&gt;
{{development links}}&lt;br /&gt;
&lt;br /&gt;
== Source code ==&lt;br /&gt;
* See: https://github.com/xbmc/xbmc&lt;br /&gt;
&lt;br /&gt;
== Development Tools ==&lt;br /&gt;
* [http://www.stack.nl/~dimitri/doxygen/ Doxygen] - Source code documentation generator tool.&lt;br /&gt;
* [http://www.techved.com/uae/ux-design-company Techved]-User Experience Organization.&lt;br /&gt;
&lt;br /&gt;
== People who can help you with specific development areas of Kodi ==&lt;br /&gt;
{{main|Development advisors}}&lt;br /&gt;
{{intro|Development advisors}}&lt;br /&gt;
&lt;br /&gt;
== Other tools and resources ==&lt;br /&gt;
Though any other tools or resources are not required they can possibly help in development.&lt;br /&gt;
* [[Eclipse CDT Setup For XBMC Development]]&lt;br /&gt;
* [http://www.stack.nl/~dimitri/doxygen/ Doxygen] - Source code documentation generator tool.&lt;br /&gt;
* [http://valgrind.org Valgrind] (for Linux) - a free Linux programming tool for memory debugging, memory leak detection, and profiling.&lt;br /&gt;
* [http://www.daimi.au.dk/~sandmann/sysprof/ Sysprof] (for Linux) - a free System-wide Linux Profiler for tracking CPU usage. Sysprof is a sampling CPU profiler for Linux that uses a kernel module to profile the entire system, not just a single application. Sysprof handles shared libraries, and applications do not need to be recompiled. In fact they don&#039;t even have to be restarted. Just insert the kernel module and start sysprof.&lt;br /&gt;
&lt;br /&gt;
== General guidelines ==&lt;br /&gt;
* Code documentation (DocBook, rst, or [http://www.doxygen.org doxygen] for the code documentation steps, preferably the latter, [http://www.doxygen.org doxygen])&lt;br /&gt;
* Self-containment - XBMC should be as little dependent as possible on operating-system and third-party services/deamons/libraries&lt;br /&gt;
** XBMC should for example contain all file-system and network-client (like samba) support built-into the XBMC package&lt;br /&gt;
* Modular design - independent modules made up by localized/isolated code libraries without dependencies&lt;br /&gt;
** XBMC should still compile and run if a non-essential module/library is disabled or removed&lt;br /&gt;
* Aim for the GUI/interface to run smoothly on a low spec computer (single core with less than 1Ghz)&lt;br /&gt;
** 3D graphic controller (GPU) will always be required hardware for XBMC so try to utilize the GPU as much as possible&lt;br /&gt;
* Avoid hard-disk trashing (excess read/write/erase cycles), so no hard-drive paging, (utilize RAM memory instead).&lt;br /&gt;
** End-users will be running XBMC and the operating-system on solid-State memory as a [http://en.wikipedia.org/wiki/LiveDistro Live CD (LiveDistro)] of a USB-key&lt;br /&gt;
* Fast load and boot times for end-user perception (other things can still run/start in the background without the user knowledge)&lt;br /&gt;
** 15-seconds or less from when the end user press the power-button on the computer till he/she can browse the GUI&lt;br /&gt;
&lt;br /&gt;
== Code guidelines and formatting conventions ==&lt;br /&gt;
[[Official:Code_guidelines_and_formatting_conventions|Official: Code guidelines and formatting conventions]]&lt;br /&gt;
&lt;br /&gt;
== User-friendliness is next to godliness ==&lt;br /&gt;
{{#lst:XBMC manifesto|User-friendliness}}&lt;br /&gt;
&lt;br /&gt;
== Contact methods ==&lt;br /&gt;
* IRC: [irc://irc.freenode.net/xbmc-dev #xbmc-dev on freenode] official [http://freenode.net IRC network channel] focused on XBMC development&lt;br /&gt;
* [http://forum.kodi.tv/forumdisplay.php?fid=93 XBMC Development Community Forum]&lt;br /&gt;
* [[HOW-TO submit a patch]] (where and how to submit source code)&lt;br /&gt;
&lt;br /&gt;
[[Category:Development|*]]&lt;br /&gt;
[[Category:Skin development]]&lt;br /&gt;
[[Category:Manual]]&lt;/div&gt;</summary>
		<author><name>Rohan050</name></author>
	</entry>
</feed>