views:

28

answers:

2

Hi ! I want to write some games in ActionScript but I do not have any illustration skill. I am looking for a library that can help me generate simple but beautiful, colorful shapes I will then animate.

Recently, I have stumbled upon such a library, written in C++ and newly ported to javascript, but I can't remember it anymore ! Something like Raphael.js in ActionScript would be cool, but I really want to hear about solutions in any language.

Thanks

A: 

If you are open to using just the images it creates you should look into Processing. It is a very playful but powerful toolkit to create generative art.

nasmorn
Thanks, I have also checked Processing.js, seems promising.
ismaelsow
A: 

This may not answer your question directly but you will probably have use for this at some point:

http://www.hypeframework.org/

It's a pretty thorough animation framework.

Besides that, you should probably give more insight into what you're looking to create.

Montagist
Thanks for the link, I am just starting actionscript so I find it very useful. To be more precise I am looking for ways to create vectorial shapes. Ideally I want to be able to get this kind of results: http://www.playauditorium.com. Do I need do draw everything myself ?
ismaelsow