Skip to content

nyxcharon/tiled

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Tiled

Tiled is a general purpose tile map editor. It is meant to be used for editing maps of any tile-based game, be it an RPG, a platformer or a Breakout clone.

Tiled is very flexible, for example there are no restrictions on map size, tile size or the number of layers or tiles. Also, it allows arbitrary properties to be set on the map, its layers, the tiles or on the objects. Its map format (TMX) is relatively easy to understand and allows a map to use multiple tilesets while also allowing each tileset to grow or shrink as necessary later.

Goals

The goal is to turn tiled into a full blown map editor and level designer. This map or level can then be exported and used directely in the EDE for full intergration with Erebos.

TODO List:

  • Clean up UI
  • Preview Mode
    • Map Preview
    • Live Preview with AI
  • AI
    • Define Path
    • Set Text
    • Set Animation
  • Export Map
  • Code Tab
  • Map XML Tab

Misc

It was originally written in java, but the orginal writer has since moved to using Qt.

Why continue development on the java version?

I use the java version of tiled in my own work, and is a very vital part of another project I work on, the erebos game engine.

About

Java based tile map creator for use with the erebos engine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages