Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Map loading API  (Read 2380 times)

0 Members and 1 Guest are viewing this topic.

MrOnlineCoder

  • Jr. Member
  • **
  • Posts: 87
    • View Profile
Map loading API
« on: July 06, 2016, 11:18:47 pm »
Hello. Will be map loading API included in SFML? I mean like reading from .tmx files, or just binary or text files.
Thanks.

Hapax

  • Hero Member
  • *****
  • Posts: 3351
  • My number of posts is shown in hexadecimal.
    • View Profile
    • Links
Re: Map loading API
« Reply #1 on: July 07, 2016, 12:33:38 am »
I say with quite some certainty that it wouldn't be included in SFML.

What would a multimedia library want of loading specific game data structures? Loading binary and text files is a rather standard and basic procedure in C++. Maybe this tutorial will help you :)
Selba Ward -SFML drawables
Cheese Map -Drawable Layered Tile Map
Kairos -Timing Library
Grambol
 *Hapaxia Links*

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
Re: Map loading API
« Reply #2 on: July 07, 2016, 08:49:15 am »
Yeah, don't count too much on that. You can have a look at this document to get a broader idea of what SFML aims for. ;)

Also, have a look at the wiki, there might already be some stuff for that over there.
SFML / OS X developer

 

anything