Changes between Version 9 and Version 10 of dev/Contribute
- Timestamp:
- Apr 15, 2017, 12:55:24 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/Contribute
v9 v10 1 1 = Contribute = 2 [[TracNav(TracNav/TOC_Development)]]3 2 4 3 We're always interested in recruiting new talented developers to make our game better. If you're a good programmer or a gifted designer you're welcome to join us, there's a lot to do in the development of Orxonox … … 14 13 15 14 == Contact == 16 If you're interested in helping us developing Orxonox, first contact us in the [https://forum.orxonox.net/ forum], per [wiki: FabianLandau mail] or in [irc://irc.orxonox.net/orxonox IRC].15 If you're interested in helping us developing Orxonox, first contact us in the [https://forum.orxonox.net/ forum], per [wiki:people/FabianLandau mail] or in [irc://irc.orxonox.net/orxonox IRC]. 17 16 18 If you know already a lot about Orxonox, you can just start working after talking to us. If you're new to Orxonox, you're welcome to join the [wiki: PPS_main PPS] or read the PPS tutorials by yourself.17 If you know already a lot about Orxonox, you can just start working after talking to us. If you're new to Orxonox, you're welcome to join the [wiki:pps/main PPS] or read the PPS tutorials by yourself. 19 18 20 19 21 20 == Coding == 22 If you're interested in programming, you might want to read [wiki: Coding this] page. We're programming in C++, using [wiki:CMake] to build our project and [wiki:SVN] to synchronize the code among different developers. There's a lot to learn about our framework, [wiki:ModulesDescription this] gives you an overview and the [wiki:Documentation] will help understanding our code. There is also a list of important topics in the [wiki:HowTo_coding HowTo section] and a [wiki:FAQ_codingFAQ] you might want to read.21 If you're interested in programming, you might want to read [wiki:code this] page. We're programming in C++, using [wiki:code/tools/CMake CMake] to build our project and [wiki:code/tools/SVN SVN] to synchronize the code among different developers. There's a lot to learn about our framework, [wiki:code/doc/ModulesDescription this] gives you an overview and the [wiki:code/doc Documentation] will help understanding our code. There is also a list of important topics in the [wiki:code/howto HowTo section] and a [wiki:code/FAQ FAQ] you might want to read. 23 22 24 23 We're always interested in good coders with cool ideas, experience with other projects and an addiction to games. … … 26 25 27 26 == Content == 28 If you want to create some content for our game, [wiki: ContentState this] page will give you an overview. Our models are created in [wiki:BlenderTutorials Blender] and our Textures in [wiki:GIMPTutorials GIMP]. Of course you can use other tools but we can't guarantee support.27 If you want to create some content for our game, [wiki:content/ContentState this] page will give you an overview. Our models are created in [wiki:content/tools/BlenderTutorials Blender] and our Textures in [wiki:content/tools/GIMPTutorials GIMP]. Of course you can use other tools but we can't guarantee support. 29 28 30 29 We can use almost every sort of help, so you're always welcome to create nice models, textures or levels for Orxonox.