Skip to content

AliceRixte/tmx-map-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TMX Map Engine

A tiled map engine for tmx format using SDL2


##About This library provides tools for tile mapping with SDL2 such as :

  • Scrolling
  • Collisions
  • Event management (lethal tiles,water, etc)

##Dependencies

This project depends on Tmx by Baylej, SDL2 and SDL Image 2.0.

##Compiling

To compile, you just need to write

make

##Using tmx-map-engine in a project Make sure that you have correctly installed Tmx by Baylej and it's dependencies.

You need to add these linker flags :

-Lpath/to/libtmxme.a -Lpath/to/libtmx.a -ltmxme -ltmx -ljansson -lz -lxml2 `sdl2-config --libs` -lSDL2_image

About

A map engine using tmx format and SDL2.

Resources

License

Stars

Watchers

Forks

Packages

No packages published