diff --git a/README.md b/README.md index 6edf779..5627ead 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![Build Status](https://travis-ci.org/ellisonleao/magictools.svg?branch=master)](https://travis-ci.org/ellisonleao/magictools) +![commercial](/img/commercial.png) = Paid, +![limited free](/img/limited.png) = Limited Free, +![free](/img/free.png) = 100% Free, +![open soucce](/img/opensource.png) = Open Source, + A list of game development resources to make **magic** happen. Created by awesome people for awesome people. - [Graphics](#graphics) @@ -66,16 +71,15 @@ Graphics #### Spritesheet Tools -* [Aseprite](http://www.aseprite.org/) - animated sprite editor & pixel art tool. -* [Cheetah-Texture-Packer](https://github.com/scriptum/Cheetah-Texture-Packer) - High efficient and fast 2D bin packing tool -* [Gif2TileSet](http://labs.andregil.net/Gif2TileSet/Gif2TileSet.html) - Coverts GIFs into spritesheet -* [GraphicsGale](http://www.humanbalance.net/gale/us/) - Animation graphic editor easy to use. -* [Libgdx Texture Packer](https://github.com/libgdx/libgdx/wiki/Texture-packer) - Texture Packer built into Libgdx -* [PiskelApp](http://www.piskelapp.com/) - Free Online Pixel Art and Animated Sprite Tool. -* [PyxelEdit](http://pyxeledit.com/) - Pixel art editor designed to make it fun and easy to make tilesets, levels and animations. -* [ShoeBox](http://renderhjs.net/shoebox/) - ShoeBox is a free Adobe Air based app for Windows and Mac OSX with game and ui related tools. Each tool uses a drag and drop - or clipboard interaction for a quick workflow. -* [Spritesheet Preview](http://kleber-swf.com/app/spritesheet-preview/) - A simple and free tool to preview sprite sheets -* [TexturePacker](https://www.codeandweb.com/texturepacker) - Great spritesheet creation editor. +* [Aseprite](http://www.aseprite.org/) - animated sprite editor & pixel art tool. ![commercial](/img/commercial.png) +* [Cheetah-Texture-Packer](https://github.com/scriptum/Cheetah-Texture-Packer) - High efficient and fast 2D bin packing tool ![open soucce](/img/opensource.png) +* [GraphicsGale](http://www.humanbalance.net/gale/us/) - Animation graphic editor easy to use. ![commercial](/img/commercial.png) +* [Libgdx Texture Packer](https://github.com/libgdx/libgdx/wiki/Texture-packer) - Texture Packer built into Libgdx ![open soucce](/img/opensource.png) +* [PiskelApp](http://www.piskelapp.com/) - Free Online Pixel Art and Animated Sprite Tool. ![open soucce](/img/opensource.png) +* [PyxelEdit](http://pyxeledit.com/) - Pixel art editor designed to make it fun and easy to make tilesets, levels and animations. [commercial](/img/commercial.png) +* [ShoeBox](http://renderhjs.net/shoebox/) - Adobe Air based app with game and ui related tools. ![free](/img/free.png) +* [Spritesheet Preview](http://kleber-swf.com/app/spritesheet-preview/) - A simple and free tool to preview sprite sheets ![free](/img/free.png) +* [TexturePacker](https://www.codeandweb.com/texturepacker) - Great spritesheet creation editor. ![commercial](/img/commercial.png) #### Bitmap Compression diff --git a/img/commercial.png b/img/commercial.png new file mode 100644 index 0000000..84b4f7a Binary files /dev/null and b/img/commercial.png differ diff --git a/img/free.png b/img/free.png new file mode 100644 index 0000000..42e973d Binary files /dev/null and b/img/free.png differ diff --git a/img/limited.png b/img/limited.png new file mode 100644 index 0000000..f847dd5 Binary files /dev/null and b/img/limited.png differ diff --git a/img/opensource.png b/img/opensource.png new file mode 100644 index 0000000..1e82e2b Binary files /dev/null and b/img/opensource.png differ