WordCram icon indicating copy to clipboard operation
WordCram copied to clipboard

open-source word clouds for Processing

Results 16 WordCram issues
Sort by recently updated
recently updated
newest added

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.3.1 to 1.13.9. Release notes Sourced from nokogiri's releases. 1.13.9 / 2022-10-18 Security [CRuby] Vendored libxml2 is updated to address CVE-2022-2309, CVE-2022-40304, and CVE-2022-40303. See GHSA-2qc6-mcvw-92cw for...

dependencies

Could someone pelase provide a well formed library folder for manual installation and use in the Processing IDE? I have downloaded this repo but I lack the skills to produce...

Bumps [rake](https://github.com/ruby/rake) from 10.3.2 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...

dependencies

I've noticed that cue.language will often get the language wrong, which isn't a problem as I use my own stop words, however if it decided that the text is Arabic,...

https://github.com/simpsus/WordCram/blob/sketches/src/contrib/CSVImporter.java can be given a csv file and two indices. The csv file will then be parsed and a Word[] returned. The csv parsing is handled by the lightweight opencsv...

https://github.com/simpsus/WordCram/blob/sketches/src/contrib/StandardConsoleObserver.java It has a level which configures verbosity, it can give information about: - progress through skipped and drawn words - overall performance through overall timestamps - results through a...

The tango color scheme http://tango.freedesktop.org/static/cvs/tango-art-tools/palettes/Tango-Palette.png is a nice standard set of colors. An enum containing all the colors: https://github.com/simpsus/WordCram/blob/sketches/src/contrib/TangoColorEnum.java A Colorer Iterating through these words based on some strategies: https://github.com/simpsus/WordCram/blob/sketches/src/contrib/TangoWordColorer.java...

The idea is to have two source images. One solid one for the ShapeBasedPlacer to place the words in, and another colored one for the color of the words, in...

I've built a solution based on the rel-060 branch and its support for RTL. Our system has information about the text being processed, including if it needs RTL enabled. What...

Using Processing 2 on mac os, when clicking on the outputwindow, the wordcram is redrawn, however some names are placed on top of each other. ![screen shot 2013-10-18 at 13...