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.
|
feedback
|
|
Don't know if really useful for rendering logos, but raphaeljs is pretty impressive! http://raphaeljs.com/ | |||
|
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: | |||
feedback
|