Skip to content

Building Tilemaps from loading tile sheets using sfml

Notifications You must be signed in to change notification settings

terrill37/tilemapGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFML Map Generator Tool

C++ SFML Tile Map Maker

This project will make a tool to load a tile set and an empty grid to help place tiles. It will output a text file containing the tileset name and the positions of each tile in the map to be used in other projects.

Producing first window

  • initially saved in the master branch
  • with cmake and SFML properly installed, this repository can be used to produce the first window
  1. git clone [email protected]:terrill37/tilemapGenerator.git tilemapGenerator
  2. cd sfmlSample
  3. mkdir build && cd build
  4. cmake ..
  5. make
    • will produce the executable as listed in the CMakeLists.txt file
  6. ./tileMapGenerator (name will probably change in upcoming update)

About

Building Tilemaps from loading tile sheets using sfml

Resources

Stars

Watchers

Forks

Packages

No packages published