Android Non-code drawing tool for initial game visualization
I'm just starting out in app development and have a board game concept that I would like to visualize before coding it.
Which free ware would you recommend that I use and then afterwards maybe even port assets and other resources to my Eclipse Android IDE?
The key thing for me right now is to have a tool I can use to make and see the game :-O
If it happens to generate simple java co开发者_如何学编程de,that'd be great ;-)
If it's a plugin editor for eclipse that'd be superb :-)
And lastly has anyone ever used Java Ascii Versatile Editor for this purpose?
BTW there's a fantastic eclipse free hand drawing resource called Sketch currently in development.
Have you tried Google's AppInventor?
I'm not quite sure what you mean with the term "visualize"
If you are refering to graphics - maybe with some animations - than inkscape might be a good tool. It creates vector graphics as SVG (which allows scripting for simple animations). SVG also has the advantage that you can render it easily to PNG at various resolutions.
精彩评论