Interface graphique pour éditer et créer des quêtes pour le moteur de jeu solarus créer par Christopho.
- Qt5 - Librairie principale, utilisée pour l'interface graphique
- Lua5.1 - Utilisée pour charger certains fichiers de quête
Commencez par récupérer le projet (si ce n'est pas déjà fait) à l'aide de la commande :
$ git clone git://github.com/Maxs1789/SolarusQuestCreator.git
Il vous faudra ensuite installer CMake (version >= 2.8.9) si vous ne l'avez pas déjà, et entrer les commandes :
$ cd ./SolarusQuestCreator
$ cmake
$ make
Ce programme est sous license EUPL v1.1.
Voici l'extrait que vous trouverez dans les fichiers sources :
Solarus Quest Creator - GUI to build games for Solarus engine
Copyright (C) 2013, Van den Branden Maxime <[email protected]>
Licensed under the EUPL, Version 1.1
You may not use this work except in compliance with the Licence.
You may obtain a copy of the Licence at:
http://ec.europa.eu/idabc/eupl
Unless required by applicable law or agreed to in writing, software
distributed under the Licence is distributed on an "AS IS" basis,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the Licence for the specific language governing permissions and
limitations under the Licence.