Skip to content

PtiLuky/dummyeditor

 
 

Repository files navigation

DummyRPG - Editor

C++ Build

Welcome to DummyRPG project!

In this project you'll find:

The editor: Screenshot Editor

And a game preview: Screenshot Player

Current state

¯\_(ツ)_/¯

  • Draw a map, a floor
  • Select a sprite on a sprite sheet
  • Set the position of the player
  • Create the Non-player characters
  • Create dialogs with NPC
  • Spawn monsters
  • Fights monsters
  • Items management

Note: Player Client may be more avanced than the Editor. That'd mean that some functionnalities are available in the client (let's say dialogs) but a game using them cannot be make from this Editor yet.

How to try DummyRPG?

You can find a .zip to extract and execute for Windows only:

  • Go to the Releases page to find the last release. Download dummyEditorWindows.zip.
  • Extract it somewhere
  • Run dummyeditor.exe
    • If an error occures, try install VC runtime by running vc_redist.x64.exe before and then try again to run dummyeditor.exe

For other platerforms you will have to build it from sources, see below "Install from sources".

Platerform build from source install from exe
Linux Yes not planned
Windows Yes Yes
Mac (Unknown) not planned

How to contribute and what to do?

Check out the Contributing guide. Don't hesistate to come on our Discord server !

All help is welcome :)

Some technical documents can be found in /docs to help you handle the code.
Eg. , ...

Install from sources

Tools:

  • Qt (for editor UI)
  • SFML (for player client UI)
  • CMake (for building)

An installation guide (available in french) has been written. Procedure for Linux is quite similar. Please tell us on Discord if you need help for Linux installation.

About

2D map editor using Qt framework.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.1%
  • CMake 1.9%