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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ManFabv

Pages: [1]
1
Graphics / Re: SFML and Zwoptex
« on: May 31, 2013, 11:16:14 pm »
Ok, sorry about that. Zwoptex is a software that allow us to create sprite sheets. It saves an image as sprite sheet, and a .plist file with all de "frames" of the sprite sheet, so you can read this file and set the sprite's subrect for an animation. I'm terrible with the english so I hope this explanation about zwoptex helps  :)

2
Graphics / SFML and Zwoptex
« on: May 31, 2013, 07:14:46 pm »
Hi everyone. I'm doing some tests in zwoptex and I'm wondering if there is a parser or something like that to read .plist files in SFML 1.6 in visual studio 2010.
If answer is no then how can I read .plist files? How about reading file like a text file? Or maybe with a xml parser. What do you think is the best way to implementing this feature in sfml?
Thanks.

Pages: [1]