Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export to cocos2dx and CSS, 3 new output image formats, refactoring #10

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

sergey-shambir
Copy link

After this pull request, Qt5 and C++14 compiler required to build project (VS2013/2015, Clang or GCC5).

Changes:

  • moved CLI interface code into separate file
  • made refactoring to move metadata writer into separate class AtlasMetadataWriter
  • added class CocosMetadataWriter to export into XML (Apple plist) format compatible with cocos2d-x
  • added class CSSMetadataWriter to export into CSS format
  • output image formats combobox now contains following formats (if supported by Qt image format plugins): PNG, JPG, BMP, DDS, WEBP, TGA, TIFF. On my Ubuntu machine only TGA format is not available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant