Giter VIP home page Giter VIP logo

solarus-quest-editor's Introduction

Solarus Quest Editor logo

Build Status

Solarus Quest Editor is a GUI to create and modify quests for the Solarus engine.

This project is a full rewriting in C++/Qt of the official quest editor (written in Java).

License

The source code of Solarus Quest Editor is licensed under the terms of the GNU General Public License v3.

Images used in the editor are licensed under Creatives Commons Attribution-ShareAlike 3.0 (CC BY-SA 3.0). http://creativecommons.org/licenses/by-sa/3.0/

See the license.txt file for more details.

Compilation instructions

To build Solarus Quest Editor, you need:

  • A C++ compiler with support of C++11.
  • CMake 2.8.11 or greater.
  • Qt 5.2 or greater.
  • Solarus and its dependencies:
    • SDL2
    • SDL2main
    • SDL2_image
    • SDL2_ttf
    • openal
    • vorbisfile
    • modplug (0.8.8.4 or greater)
    • lua5.1 (LuaJIT is recommended)
    • physfs

We always keep branch master of Solarus Quest Editor compatible with branch master of Solarus.

With Qt Creator

In Qt Creator, you can load the Solarus Quest Editor project by opening the CMakeLists.txt file. You will need to tell Qt Creator the path to the CMake binary. You might need to set CMake variables, like the location of the Solarus library (see the example in the command-line section below).

With the command line

If you don't want to use Qt Creator, you can build the project from the command line using CMake.

Configure:

$ cd solarus-quest-editor
$ mkdir build
$ cd build
$ cmake -DSOLARUS_INCLUDE_DIR=/path/to/solarus/include -DSOLARUS_LIBRARY=/path/to/solarus/libsolarus.so ..

Build:

$ make

Run:

$ ./solarus-quest-editor

solarus-quest-editor's People

Contributors

christopho avatar maxs1789 avatar oclero avatar

Watchers

James Cloos avatar Renkineko avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.