I want to write a logo generation website. I'd like to render the logo using a variety of fonts and effects. Is there a Java library that could help with this? I've searched but have only found outdated/unimpressive graphics libraries.

link|improve this question
feedback

2 Answers

Don't know if really useful for rendering logos, but raphaeljs is pretty impressive! http://raphaeljs.com/

link|improve this answer
feedback

A great one is http://processing.org. It's updated often, and can render in 2D and 3D to an Applet, PNG, PDF, etc.

Some samples of what people are doing with it are:

link|improve this answer
It would only let me post 2 links, so here's the last one: - openprocessing.org/browse – Jonathan Potter Sep 13 '11 at 21:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.