Skip to content

chris-forks/typled

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typled

Typled is a text based map tool. It uses a simple format where characters are mapped to a texture.

The "position" of the character in the text is used to determine the position of the texture in the map.

Creating typled maps is just editing a simple text file, so users can choose any text editors they like.

A simple CLI is also provided, which allow users to install and use the previewer app, which shows the rendered map in a simple desktop application.

To install the CLI, run:

dart pub global activate typled_cli

Typled currently supports:

  • Individual maps with multiple layers
  • Grid of maps, where each map is a cell in the grid
  • Out of the box Texture Atlas format
  • Fire Atlas textures format.

For more information check out the docs.

About

A Text based tile editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 78.5%
  • CMake 11.2%
  • C++ 6.2%
  • Ruby 1.7%
  • Swift 1.5%
  • C 0.8%
  • Shell 0.1%