All Projects → mapeditor → Tiled

mapeditor / Tiled

Licence: other
Flexible level editor

Programming Languages

java
68154 projects - #9 most used programming language
C++
36643 projects - #6 most used programming language
XSLT
1337 projects
python
139335 projects - #7 most used programming language
QML
638 projects
QMake
1090 projects

Projects that are alternatives of or similar to Tiled

Pixieditor
PixiEditor is a lightweight pixel art editor made with .NET 5
Stars: ✭ 210 (-97.5%)
Mutual labels:  hacktoberfest, game-development, editor
Debroglie
DeBroglie is a C# library implementing the Wave Function Collapse algorithm with support for additional non-local constraints, and other useful features.
Stars: ✭ 190 (-97.74%)
Mutual labels:  hacktoberfest, game-development, tile
Quaternion
A Qt5-based IM client for Matrix
Stars: ✭ 438 (-94.79%)
Mutual labels:  hacktoberfest, qt
Fheroes2
Free implementation of Heroes of Might and Magic II game engine
Stars: ✭ 471 (-94.4%)
Mutual labels:  hacktoberfest, game-development
Vue Nodegui
Build performant, native and cross-platform desktop applications with native Vue + powerful CSS like styling.🚀
Stars: ✭ 575 (-93.16%)
Mutual labels:  hacktoberfest, qt
Etengine
Realtime 3D Game-Engine with a focus on space sim. Written in C++ 14
Stars: ✭ 408 (-95.15%)
Mutual labels:  game-development, editor
Mathdown
Collaborative markdown with math
Stars: ✭ 410 (-95.13%)
Mutual labels:  hacktoberfest, editor
Silk.net
The high-speed OpenAL, OpenGL, Vulkan, and GLFW bindings library your mother warned you about.
Stars: ✭ 534 (-93.65%)
Mutual labels:  hacktoberfest, game-development
Obengine
2D Game Engine with Lua Scripting made on top of SFML !
Stars: ✭ 335 (-96.02%)
Mutual labels:  hacktoberfest, game-development
Score
ossia score, an interactive sequencer for the intermedia arts.
Stars: ✭ 808 (-90.39%)
Mutual labels:  hacktoberfest, qt
React Simple Code Editor
Simple no-frills code editor with syntax highlighting
Stars: ✭ 740 (-91.2%)
Mutual labels:  hacktoberfest, editor
Excalibur
🎮 An easy to use 2D HTML5 game engine written in TypeScript
Stars: ✭ 892 (-89.39%)
Mutual labels:  hacktoberfest, game-development
Heimer
Heimer is a simple cross-platform mind map, diagram, and note-taking tool written in Qt.
Stars: ✭ 380 (-95.48%)
Mutual labels:  editor, qt
Mle
Flexible terminal-based text editor (C)
Stars: ✭ 378 (-95.51%)
Mutual labels:  hacktoberfest, editor
Mudlet
⚔️ A cross-platform, open source, and super fast MUD client with scripting in Lua
Stars: ✭ 427 (-94.92%)
Mutual labels:  hacktoberfest, qt
Qssstylesheeteditor
Editor for qt stylesheet (qss). Real-time preview, and user can define varibles in qss.
Stars: ✭ 356 (-95.77%)
Mutual labels:  editor, qt
Zep
Zep - An embeddable editor, with optional support for using vim keystrokes.
Stars: ✭ 477 (-94.33%)
Mutual labels:  game-development, editor
Ktx
LibKTX: Kotlin extensions for LibGDX games and applications
Stars: ✭ 913 (-89.15%)
Mutual labels:  hacktoberfest, game-development
Libplanet
Blockchain core in C#/.NET for persistent peer-to-peer online games
Stars: ✭ 293 (-96.52%)
Mutual labels:  hacktoberfest, game-development
Limonengine
3D FPS game engine with full dynamic lighting and shadows
Stars: ✭ 331 (-96.06%)
Mutual labels:  hacktoberfest, game-development

Tiled Map Editor - https://www.mapeditor.org/

About Tiled

Tiled is a general purpose tile map editor for all tile-based games, such as RPGs, platformers or Breakout clones.

Tiled is highly flexible. It can be used to create maps of any size, with no restrictions on tile size, or the number of layers or tiles that can be used. Maps, layers, tiles, and objects can all be assigned arbitrary properties. Tiled's map format (TMX) is easy to understand and allows multiple tilesets to be used in any map. Tilesets can be modified at any time.

Build Status Build status Snap Translation status Open Source Helpers

About the Qt Version

Tiled was originally written in Java. In 2008, work began to develop a faster, better looking, and easier-to-use version of Tiled based on the Qt framework. This decision was made as the Qt framework has a greater feature set than is offered by the standard Java libraries.

Compiling

Before you can compile Tiled, you must ensure the Qt (>= 5.6) development libraries have been installed as well as the Qbs build tool:

  • On Ubuntu/Debian: sudo apt install qt5-default libqt5svg5 qttools5-dev-tools zlib1g-dev qtdeclarative5-dev qtdeclarative5-private-dev qbs
  • On Fedora: sudo dnf builddep tiled
  • On Arch Linux: sudo pacman -S qt qt5-tools qbs
  • On macOS with Homebrew:
    • brew install qbs
    • brew link qt5 --force

If you want to build the Python plugin, you additionally need to install the Python 3 development libraries:

Alternatively, you can download Qt here. You will still need to install a development environment alongside and some libraries depending on your system, for example:

  • On Ubuntu/Debian: sudo apt install build-essential zlib1g-dev libgl1-mesa-dev
  • On Windows: Choose "MinGW" Qt version, or install Visual Studio
  • On macOS: Install Xcode

The easiest way to compile and run Tiled is to open tiled.qbs in Qt Creator and run the project from there.

From the command-line, you may need to set up Qbs before you can build Tiled (you will also need to make sure the version of Qt you want to use is in your path):

qbs setup-toolchains --detect     # setup toolchains
qbs setup-qt --detect             # setup Qt (not needed since Qbs 1.13)
qbs                               # build Tiled

You can now run Tiled as follows:

qbs run -p tiled

Qt 6

For compiling libtiledquick you'll need to install the Vulkan headers:

  • On Ubuntu/Debian: sudo apt install libvulkan-dev

Working with Visual Studio 2017

Once Qbs is set up (see previous instructions), it is possible to generate a Visual Studio 2017 project with it that allows you to code, compile and run using that IDE. This can be done with the following command:

qbs generate -g visualstudio2017

Installing

To install Tiled, run qbs install from the terminal. By default, Tiled will be installed to <build-dir>/install-root.

The installation prefix can be changed when building Tiled. For example, to use an installation prefix of /usr:

qbs qbs.installPrefix:"/usr"

To install Tiled to a packaging directory:

qbs install --install-root /tmp/tiled-pkg

By default, Tiled and its plugins are compiled with an Rpath that allows them to find the shared libtiled library immediately after being compiled. When packaging Tiled for distribution, the Rpath should be disabled by appending projects.Tiled.useRPaths:false to the qbs command.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].