WordCram
WordCram copied to clipboard
open-source word clouds for Processing
Not sure if this is helpful to you, but I have code for combining the BBTree and ImageShaper in my fork. It's in C# though... I'm not sure I like...
Hi Dan, Thanks for this great project, had lots of fun so far. It's rather a question than an issue. Wondering by when processing.js will be supported within WordCram. Any...
I'm thinking something like this: ``` ruby def draw_all reset_words while has_more draw_next end end def reset_words words.each(&:reset) end ``` (...except in java, not ruby.) We want a way to...
Any thoughts on how you might set things up to work in SWT instead of Swing?
If the shape of WordCram could be accessed and given upfront, we could do two (or more) consequtive runs on the same output. With the new Color-aware shape based placer...
When running the Hello World in "java" mode, no problems at all, but the following exception is thrown for "android" mode, probably because java.awt.font.FontRenderContext isn't included in Android. FATAL EXCEPTION:...