Changes between Version 36 and Version 37 of dev
- Timestamp:
- Sep 18, 2008, 2:53:20 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev
v36 v37 57 57 <table width=100% border=0 cellpadding=10 cellspacing=5> 58 58 <tr valign=top> 59 <td style="background-color:#F7F7F7;border:1px solid #888888;">59 <td width=50% style="background-color:#F7F7F7;border:1px solid #888888;"> 60 60 <h2 style="margin:0;">Programming</h2> 61 61 }}} 62 bla63 {{{64 #!html65 </td>66 <td style="background-color:#F7F7F7;border:1px solid #888888;">67 <h2 style="margin:0;">Content Creation</h2>68 }}}69 muh70 {{{71 #!html72 </td>73 </tr>74 </table>75 }}}76 77 78 ----79 [[TracNav(TracNav/TOC)]]80 [http://www.orxonox.net/ Orxonox] is a cross platform open source 3D game programmed in C++ using [http://www.ogre3d.org Ogre] as graphics engine.81 82 == Introduction ==83 * [wiki:Primer] - An overview of the Orxonox infrastructure.84 * [wiki:Running Installation] - Installation guides for developers85 * [wiki:SVN] - Source access and SVN for dummies86 87 == Programming ==88 62 Everything about the part where people bang the keyboard to get some code compiled. 89 63 * [wiki:Forge State] - Get an overview of what we established yet … … 95 69 * [https://forum.orxonox.net/viewforum.php?f=3 Game development forum] - Game development page on the forum 96 70 97 == Content Creation == 71 {{{ 72 #!html 73 </td> 74 <td width=50% style="background-color:#F7F7F7;border:1px solid #888888;"> 75 <h2 style="margin:0;">Content Creation</h2> 76 }}} 98 77 This section is about model creation, design, sound and everything else a game needs beside the code. 99 78 * [wiki:ContentState State] - Read about the current state of content creation … … 102 81 103 82 * [https://forum.orxonox.net/viewforum.php?f=8 Content Creation Forum] - Content creation board on the forum 83 {{{ 84 #!html 85 </td> 86 </tr> 87 </table> 104 88 105 == The Team == 106 Besides regular coders, orxonox is also advanced by student projects at ETH Zurich. 107 * [wiki:credits People] - People behind the scene 108 * [wiki:PPS_main PPS] - ETH student practica 89 <table width=100% border=0 cellpadding=10 cellspacing=5> 90 <tr valign=top> 91 <td width=50% style="background-color:#FFFFFF;border:1px dotted #888888;"> 92 <h2 style="margin:0;">Miscellaneous</h2> 93 }}} 109 94 110 == Miscellaneous == 111 * [wiki:DevelopmentResources Links] - Useful Links 95 * Useful [wiki:DevelopmentResources Links] 96 * An incomplete wiki overview: [wiki:archive], [wiki:code], [wiki:content], [wiki:howtos], [wiki:persons], [wiki:PPS], [wiki:websites] 97 {{{ 98 #!html 99 </td> 100 </tr> 101 </table> 102 }}} 112 103 113 == Wiki Overview == 114 115 * [wiki:archive] 116 * [wiki:code] 117 * [wiki:content] 118 * [wiki:howtos] 119 * [wiki:persons] 120 * [wiki:PPS] 121 * [wiki:websites] 104 ---- 105 [[TracNav(TracNav/TOC)]]