Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 1 and Version 2 of dev/3DEngineEvaluation


Ignore:
Timestamp:
Sep 10, 2007, 4:08:04 PM (17 years ago)
Author:
wenners
Comment:

+ CS part1

Legend:

Unmodified
Added
Removed
Modified
  • dev/3DEngineEvaluation

    v1 v2  
    1313 * Link: http://www.ogre3d.org/
    1414 * Who: x3n, nico
     15 * Version:
    1516 * Pro: Mature Project
    1617 * Con:
     
    1819=== Details ===
    1920
     21
    2022=== Installation ===
     23
    2124
    2225=== Load a BSP level ===
     
    2629 * Link: http://www.crystalspace3d.org/
    2730 * Who: Nowic (Linux), Hofzge and Beni (Windows)
     31 * Version: 1.0.2
    2832 * Pro: Mature Project, good Blender integration
    2933 * Con: BSP support?
    3034
    3135=== Details ===
     36http://sourceforge.net/projects/crystal
     37
     38http://de.wikipedia.org/wiki/Crystal_Space
     39
    3240
    3341=== Installation ===
     42==== Linux ====
     43The Debian (unstable) and Ubuntu (feisty) package (it's the same) for crystalspace is outdated and mispackaged. Do not use them!
     44Let's hope they will fix them (Bug reported).
     45
     46'''Ubuntu 7.04 Festy:''' Works with ODE disabled (version is too old)
     47
     48'''Ubuntu 7.10 Gutsy:''' Everything should work (not tested yet)
     49
     50'''Debian Etch (stable):''' It does not work. Many libs outdated.
     51
     52'''Debian Lenny (testing):''' works great, only shaders are disabled
     53
     54'''Debian Sid (unstable):''' should work great too (not tested yet)
     55
     56'''"walktest" System Test:'''
     57 * Thinkpad T42 with free 'radeon' driver: working, some font bugs, low performance
     58 * P4 1.8, Gforce 3, proprietary driver: works great, only shaders are disabled
     59
     60'''HOW TO:'''
     61
     62Ubuntu:
     63{{{
     64# 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
     65}}}
     66
     67Debian:
     68{{{
     69# 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
     70}}}
     71
     72{{{
     73$ cd crystalspace-src-1.0.2
     74$ ./configure
     75$ make
     76}}}
     77
     78http://www.crystalspace3d.org/main/Walktest_Tutorial
     79
     80{{{
     81$ ./walktest
     82}}}
     83
     84other nice tests: waterdemo, ceguitest, phystut, g2dtest, ... and many more
     85
     86==== Windows ====
     87TODO
     88
     89
    3490
    3591=== Load a BSP level ===
     
    3894== Irrlicht ==
    3995 * Link: http://irrlicht.sourceforge.net/
    40  * Who: Patrick(?)
     96 * Who: Patrick
     97 * Version:
    4198 * Pro:
    4299 * Con: Young Project