Difference between revisions of "Programming"

From FreeOrionWiki
Jump to: navigation, search
Line 1: Line 1:
[[FreeOrion]] is being made with C++, [[OpenGL]] and [[GiGi]].  The programming lead is [http://www.freeorion.org/forum/profile.php?mode=viewprofile&u=11 Tzlaine].
+
Programming means making a machine do what you want
 
+
If you want to contribute, please speak to [http://www.freeorion.org/forum/profile.php?mode=viewprofile&u=11 Tzlaine] and take the time to be familiar with the [[source code]].  [[Programming Work]] contains a list of things needed to be completed.
+
 
+
Here you can find information on procedures, code standards, etc:
+
* [[Change Control Guidelines]]
+
* [[Code Standards]]
+
* [[Peer Review]]
+
* [[Documentation Guidelines]]
+
* [[Test Procedures]]
+
* [[Tools]]
+
* [[Adding and removing source-files]]
+

Revision as of 10:44, 15 February 2005

Programming means making a machine do what you want