Pixel art tools!
"Pixothello is a pixelling program used to make tilesets quickly and enjoyably."He ain't kidding. Check out the short video in which he kicks the pants of all the other pixel-art tools I've used. I'm seriously considering doing a pixel-art game this time around just to use it :-)
It's Windows-only, sadly. Won't hold some of you back, I know, but it's a bit of a pain for me.
Previously I've used Pixen on OS X but it doesn't have the same awesome tileset creation mode as Pixothello.
Here's a list of art asset creation tools I just found in my wandering :-)
(maybe I should pin this post, and have another post about game design, and maybe a third about python libraries/tools?)
(log in to comment)
Comments
Ajax Animator. Web-based animation editing. Not sure how useful it'd be for game development.
I just discovered this tool: I think Inkscape is very, very far from being an animation tool, because I don't think it's clear enough what people want from it. I want a frame-based editor whereas some people want SMIL-based whole-canvas animation.
If our Pyweek idea calls for enough animation, I might try cooking up an external tool that preconfigures an SVG document with guide layers and onion skins, opens Inkscape, and then displays the animation in a Pygame window, rebuilding it whenever it detects the file has been resaved.
Thinking in this vein an approach for creating an SVG animation editor might be to split Inkscape into UI components with Python bindings, to allow rapid prototyping of Inkscape-derived apps for animation, technical drawing, diagrams, network whiteboard, and so on. Not that I have the C++ skill or time to attempt anything like that.
Graphics Gale for my past entries with pixel art. It's good enough for me (it has layers and animation support, I don't need much more than that).
I've used
killdream on 2011/03/23 01:58:
Heh, that thing looks cool indeed. Too bad it doesn't run on Linux.