Version 60 (modified by scheusso, 16 years ago) (diff) |
---|
Development
|
- Orxonox is a cross platform open source 3D game, programmed in C++
- Orxonox is developed by students at the ETH Zürich
- PPS students go here?
- You can contact us in the forum or in IRC
- Mailing lists: announce (for everyone), dev (for developers) and commit (for coders)
- The team? behind Orxonox
TracNav(TracNav/TOC_Development)?
Development |
- We use SVN? for revision control (code and media)
- Main code repository: http://svn.orxonox.net/orxonox/trunk/
- Main data repository: http://svn.orxonox.net/data/Media/
- Instructions on how to build the game from source.
- If you want to help us, feel free to contact us. Read this? for a short introduction
- Found a bug? Tell us in the forum or create a ticket
- Read more about the ticket system and the Roadmap here?.
- Read this to learn about wiki formatting
- Read the sections below about programming and content creation for detailed information
Programming
Here you find all information about how to write code for Orxonox.
Installation:
- Follow the instructions at the download page
Documentation:
- Modules? - Get an overview of our Framework
- Documentation? - A documentation of all our libraries and classes
- Libraries? - An overview of the external libraries
- [doxygen:index.html API Reference] - An automatically generated reference of classes, functions, macros and other stuff
- HowTo? - This page covers several topics and explains how to do things
- FAQ? - Check out the FAQ to get answers on frequent questions
Coding:
- Styleguide? - Please read an follow the Styleguide to create readable and useful code
- Commenting? your source code in a professional way is very important.
- Standard C++ library? - Have a look at the standard C++ library, strings and STL containers are very useful
- Performance? - Learn how to write fast code
Tools:
- SVN? - Our revision control tool. You should know how to use it
- CMake? - Our build tool (forget about makefiles)
- KDevelop3? - An open source IDE
- Debugging? - Some information about various debuggers
- Other Tools? - A list of other development tools
Content Creation
This section is about model creation, design, sound and everything that is somehow related to the game content.
- Overview? - Read about the current state of content creation. If you want a brief overview, this is the place to start.
- Universe? - All about the Orxonox universe. Learn about the planets, factions, people and the technology in the game.
- Gallery? - Here, you can see what our content creation team has achieved so far. Take a look at futuristic spaceships and fancy aliens.
- Story? - Read what happens in the game. Spoiler Alert!
- Tutorials? - Do you want to learn about the software we use for modelling and level design? Or would you like to create your own 3d-model? Go on and try some of our tutorials, it's easy to learn!
- Alphabetical List of Content-Related Pages - If you are looking for something specific, you will find it in this index.
- Content Creation Board - Visit the board about content creation on our forums.
Miscellaneous