Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Version 2 (modified by wenners, 17 years ago) (diff)

+ CS part1

Orxonox 2: 3D Engine Evaluation

Orxonox needs a new stable engine. Things we need to do before the next Thinktank:

  • Get the engine work on Unix and Windows
  • Write test code (tutorial) to load a .bsp level from Orxonox
  • Collect howto documents on getting started with the engine

Ogre3d

Details

Installation

Load a BSP level


Crystal Space 3D

  • Link: http://www.crystalspace3d.org/
  • Who: Nowic (Linux), Hofzge and Beni (Windows)
  • Version: 1.0.2
  • Pro: Mature Project, good Blender integration
  • Con: BSP support?

Details

http://sourceforge.net/projects/crystal

http://de.wikipedia.org/wiki/Crystal_Space

Installation

Linux

The Debian (unstable) and Ubuntu (feisty) package (it's the same) for crystalspace is outdated and mispackaged. Do not use them! Let's hope they will fix them (Bug reported).

Ubuntu 7.04 Festy: Works with ODE disabled (version is too old)

Ubuntu 7.10 Gutsy: Everything should work (not tested yet)

Debian Etch (stable): It does not work. Many libs outdated.

Debian Lenny (testing): works great, only shaders are disabled

Debian Sid (unstable): should work great too (not tested yet)

"walktest" System Test:

  • Thinkpad T42 with free 'radeon' driver: working, some font bugs, low performance
  • P4 1.8, Gforce 3, proprietary driver: works great, only shaders are disabled

HOW TO:

Ubuntu:

# aptitude install zlib1g-dev libpng12-dev libjpeg62-dev freetype6-dev libode0-dev libcal3d11-dev lib3ds-dev libogg-dev libmng-dev libcegui-mk2-dev libwxbase2.8-dev libcaca-dev libcgal-dev libx11-dev libasound2-dev libice-dev libsdl1.2-dev libvorbis-dev libcppunit-dev python2.5-dev

Debian:

# aptitude install zlib1g-dev libpng12-dev libjpeg-dev libfreetype6-dev libode0-dev libcal3d-dev lib3ds-dev libogg-dev libmng-dev libcegui-mk2-dev libwxbase-dev libcaca-dev libcgal-dev libx11-dev libasound2-dev libice-dev libsdl1.2-dev libvorbis-dev libcppunit-dev python2.5-dev
$ cd crystalspace-src-1.0.2
$ ./configure
$ make

http://www.crystalspace3d.org/main/Walktest_Tutorial

$ ./walktest

other nice tests: waterdemo, ceguitest, phystut, g2dtest, … and many more

Windows

TODO

Load a BSP level


Irrlicht

Details

Installation

Load a BSP level

Link: http://irrlicht.sourceforge.net/tut002.html