Git Product home page Git Product logo

fgmk's Introduction

Icon fgmk

Join the chat at https://gitter.im/fgmk/Lobby PyPI Github All Releases PyPI PyPI

Screenshot

This is an editor for making 2D RPG games. Games are composed of plain text files, images and a index.html file containing the engine.

These plain text files are easy to read by software and humans.

Click here to try a demo game (4MB size).

Recommended Install and Run

This software is available under PyPI as fgmk. For installing pip3 in Ubuntu, use sudo apt install python3-pip.

pip3 install fgmk

After install, just open a terminal and type:

fgmk

Windows install and run

Installation on Windows with pip

In Windows, install Python 3 from www.python.org, and then open cmd.exe and type (press enter after):

python -m pip install fgmk

To run, you can type the following in cmd.exe or the run... prompt

python -m fgmk

Alternative Installation and Running methods

From Source Installation

Clone this repository, meet the dependencies and install this with pip3.

git clone https://github.com/ericoporto/fgmk.git
cd fgmk
pip3 install .

Running from source

Clone this repository, meet the dependencies and type python3 -m fgmk

git clone https://github.com/ericoporto/fgmk.git
cd fgmk
python3 -m fgmk

Dependencies

This tool is written using Python 3. Needs pillow, numpy and PyQt5 - you can apt install python3-pyqt5 and similar (in Ubuntu) or use pip.

If you satisfy all dependencies you don't need to install, and can run from source.

Experimental compatibility to python2 (2.7 and on) is added to versions above 0.3.0 .

Documentation

The docs are available in the website: ericoporto.github.io/fgmk/.

You can also browse the docs after opening the interface, by clicking in Help.

This is the Quickstart.

If you wish to edit the docs, they are here as markdown files.

Contributing

Please take a look to the CONTRIBUTING.md file.

Author

Made by Érico Vieira Porto

License

Distributed under GPLv2 license. See LICENSE for more information

Known Issues with PyQt5 in Ubuntu

Application has no keyboard shortcuts

If instead of using pip3 you are installing dependencies using apt install, the menu will be nicely integrated. Unfortunately, keyboard shortcuts won't work.

Details in the bug here

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.