Skip to content

RBEGamer/SimpleTiledParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 

Repository files navigation

SimpleTiledParser

A simple parser to parse maps from the TiledMapEditor (http://mapeditor.org/) into your Game.

FEATURES

  • Parses the TiledMapEditor project files, no export needed
  • Tile animations
  • Tile properties
  • Layer properties
  • Object properties

NOT SUPPORTED

  • Only CSV Encoding with no compression !
  • No Terrain support

USAGE

NEEDED FILES

  • tmx_map_loader.cpp
  • tmx_map_loader_hpp
  • tmx_helper_functions.cpp
  • tmx_helper_functions.hpp

TODO

  • load images and link them

About

A simple parser to parse maps from the Tiled Application into your Game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages