Skip to content

wyyrepo/Editor-Qt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyRPG Editor

EasyRPG Editor is a game editor to create EasyRPG games. It can import RPG Maker 2000 and 2003 games using liblcf to read RPG Maker game data.

EasyRPG Editor is part of the EasyRPG Project. More information is available at the project website: https://easyrpg.org/

Documentation

Documentation is available at the documentation wiki: https://wiki.easyrpg.org

Requirements

Daily builds

Up to date binaries for assorted platforms are available at our continous integration service:

https://ci.easyrpg.org/view/Editor-Qt/

Source code

EasyRPG Editor development is hosted by GitHub, project files are available in this git repository:

https://github.com/EasyRPG/Editor-Qt

Released versions are also available at our Download Archive:

https://easyrpg.org/downloads/editor/

Building

QMake method

Building requirements:

  • GNU make

Use Qt Creator or build it from command line using qmake.

Step-by-step instructions:

qmake # generate Makefile (qmake-qt5 on some systems)
make  # compile the executable

CMake method

Building requirements:

  • CMake

Step-by-step instructions:

cmake . # generate Makefile
make    # compile the executable

Running EasyRPG Editor

Run the generated executable in the "bin" folder.

Bug reporting

Available options:

License

EasyRPG Editor is free software available under the GPLv3 license. See the file COPYING for license conditions.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.3%
  • QMake 1.7%
  • CMake 1.0%