Okay, sup there guys?
I finally made my main menu, new game menu, some pictures viewing, saving info to file and reading from file - basic stuff and now I need help from You guys, I got couple of questions:
1)I need tilemap map editor, I serched forum and found 2 intersting projects:
a)
http://www.sfml-dev.org/forum/viewtopic.php?t=2340&start=45b)
http://www.sfml-dev.org/forum/viewtopic.php?t=1920I wonder which one should I use? The game is top viewed.
Also if I use one of these editors how can I manage collisions with other objects like boundaries of map or other sprites? Also I dont' want to use .XML format.
I saw that SFMLMappy uses FMP format and it's also can handle isometric maps(I going to need that one in a future) - I will probably use this one editor but please give me some opinions.
2)I need to animate my character in game, You know move when I press A or W etc...
I saw that class to manage animations:
http://www.sfml-dev.org/wiki/en/sources/anispriteIt's pretty cool, I think it will be enough right?
Also I want to use the same class to managa moving or trees or people in game, will it be possible?
3)How can i add some post effects like slowly moving string from top to bottom? I have to check if LastFrameTime is > 1s and if it is then change string position to lower?
Thanks in advance guys.