Page 1 sur 1

Celestia : simulateur spatial libre

Posté : 11 juil. 2016 14:05
par raphael.brocq
celestia-portable-10.jpg

Celestia est un simulateur spatial libre permettant d’observer le système solaire et le reste de l’univers en temps réel, en 3D avec un réalisme de qualité photographique.

Logiciel : Celestia
Type de licence : Libre
Compatible XP : Oui
Compatible Win7 : Oui
Existe aussi sous Linux : Oui
Version : 1.6.1



<package
        id="Celestia"
        name="Celestia - Simulation Celeste"
        revision="%version%.1"
        priority="70"
        reboot="false" >
        
    <variable name="version" value="1.6.1"/>
<!-- dl=http://sourceforge.net/projects/celestia/files/Celestia-win32-bin/%version%/celestia-win32-%version%.exe/download -->

<check type="uninstall" condition="exists" path="Celestia %version%" />
 
    <install cmd='"%SOFTWARE%\celestia\celestia-win32-%version%.exe" /VERYSILENT' />
    
    <upgrade cmd='"%SOFTWARE%\celestia\celestia-win32-%version%.exe" /VERYSILENT' />
 
    <remove cmd='"%PROGRAMFILES%\Celestia\unins000.exe" /VERYSILENT' />
 
</package>