Anim Creator

This simple editor solves a XNA issue that has been a problem for developers for quite a while now. When a developer wants to create a 2D animation, the images needed have to be uploaded separately and have to be managed by code (testing the time between two images, their bounding boxes, etc).



With this editor, the user can create directly a file that contains all these information (including the images). This file will be imported to the project using a special importer that has been specifically developed, making the developer's life much easier.

Although the application seems to be really simple, it is intuitive and a time saving tool for developers.

The delivered file has the same structure as all Office 2007 documents (such as .docx files), with which I have worked on by creating customised add-ins according to user requirements.

No comments:

Post a Comment