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

Author Topic: Tile Editor  (Read 2250 times)

0 Members and 1 Guest are viewing this topic.

aanthonyz

  • Newbie
  • *
  • Posts: 17
    • View Profile
Tile Editor
« on: September 10, 2014, 06:24:52 am »
Im trying to create my own Tile or Map Editor with SFML. I was wondering if anyone knew which GUI toolkit has the most compatibility with SFML? Ive been looking at Qt but its outdated for 1.6 same for WxWidgets. Any help would be appreciated

Jesper Juhl

  • Hero Member
  • *****
  • Posts: 1405
    • View Profile
    • Email
Re: Tile Editor
« Reply #1 on: September 10, 2014, 07:24:33 am »
Why bother writing your own when there are several excellent open source map editors available?

As for GUI libs: https://github.com/SFML/SFML/wiki/FAQ#libraries-gui-package

aanthonyz

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: Tile Editor
« Reply #2 on: September 10, 2014, 07:50:20 am »
I want to work on a project as a hobby which incorporates 2D graphics but not specifically to the point of making a game.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10819
    • View Profile
    • development blog
    • Email
AW: Tile Editor
« Reply #3 on: September 13, 2014, 05:32:34 pm »
You can still integrate SFML with Qt and wxwidgets there's just no hand holding tutorial. The old SFML 1.6 may however still be inspirational and don't forget to look around on the SFML GitHub wiki.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/