Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Version 23 (modified by patrick, 19 years ago) (diff)

Welcome to orxonox Trac

orxonox is an Open Source vertical scroller game programmed in C++,OpenGL and SDL. It's designed to run on all important platforms like Linux, MacOS X, Windows, Solaris. In the final stages it will support even network play. If we manage to be sober enough, this game shall definitly become the open-source genre-defining vertical scroller.

Orxonox Wiki Sections

  • orxonox main page
  • DevelopmentResources (documentations, etc.)
  • FrequentlyAskedQuestions
  • GameIdeas, some ideas for the game. ADD ADD ADD…

Orxonox Tasks

There are some tasks concerning the orxonox project. Some of them are ideas or requirements, where you are free to design your own solution for a problem. Some others are just coding work, where all the designer work has already been done and you can begin directly with the implementation:

  • Hardcode Development Tasks:
    • Animation Player to display explosions…
    • Particle Engine to calculate big explosions - really fancy stuff
    • SoundEngine to make the choir of angels sing
    • Clipping/Culling to draw nothing, that we aren't looking at right now - implement it in c++, octrees etc.
    • Physics Engine implementation and integraten - quite a big project and very important
    • Material Class - to have all the material effects like shiny, textures, blending etc.
  • Development Extensions (less work, straight forward)
    • Sky Box to display the sky around our world
    • HUD to display and design a Heads Up Display
    • Shooting reimplementation

Orxonox Project Status

We are currently working on the orxonox-0.2.2-pre-alpha release. On this page, you can check-out the

New Wiki System

We now have installed a wiki called trac. This page is used for the developer team to organize itself and to provide the needed resources. Important informations however have to be published also on the orxonox site, because it is our main site.

As all Wiki pages, this page is editable, which means that you can modify the contents of this page simply by using your web browser. Simply click on the "Edit this page" link at the bottom of the page. WikiFormatting will give you a detailed description of available Wiki formatting commands.

Wiki Starting Points