Category Archives: wordcram

WordCram Release 0.5.0

Today I learned that WordCram 0.4.1 doesn’t work with Processing 1.5, and the root of the problem is the way it renders word shapes. Then I found that the same change that enables PDF rendering enables Processing 1.5 support. So … Continue reading

Posted in release, wordcram | 6 Comments

New daily: WordCram to PDF

WordCram now outputs to PDF. It’ll be in the 0.5 release, but you can grab the new daily build right now (zip or tar) and try it out. The only new code you’ll need is normal Processing PDF stuff, all … Continue reading

Posted in examples, wordcram | 6 Comments

BarCamp Boston 6 Slides Up

Here they are!

Posted in wordcram | Leave a comment

See You at Barcamp Boston 6

http://www.barcampboston.org/

Posted in examples, wordcram | 1 Comment

WordCram Release 0.4.1

WordCram 0.4.1 is a minor bug-fix release, available in zip and tar. Danilo Di Cuia wondered whether French accents worked in WordCram, which surprised me, because I’ve seen characters like that in WordCrams before. But as it turns out, it … Continue reading

Posted in release, wordcram | Leave a comment

WordCram Release 0.4

WordCram 0.4 is ready for consumption! Download the zip or the tar. The high notes: If you’re passing your own words, you can pre-set their color, font, size, angle, and placement: word.setColor(#f02939).setAngle(QUARTER_PI); These settings will override the WordColorer, WordAngler, etc. … Continue reading

Posted in release, wordcram | Leave a comment

2011 State of the Union Address, WordCrammed

Twelve other runs: The code for all of them:

Posted in examples, wordcram | 1 Comment

WordCram Interview

I just realised I never posted a link to the WordCram interview that Zoltán Varjú was kind enough to conduct! Zoltán runs a blog called Számítógépes nyelvészet (which Google tells me is Hungarian for Computational Linguistics) where he regularly interviews … Continue reading

Posted in wordcram | Leave a comment

PDF Rendering Is Almost Ready

After poking around, it seems like PDF rendering might not be as far-fetched as I’d first thought. I’ve made some pretty good progress: WordCram can tell when the sketch is rendering to PDF.  This means the API is unchanged: you … Continue reading

Posted in wordcram | Leave a comment

WordCram Release 0.3

WordCram 0.3 is here, and it has some nice improvements. Simpler to Use It’s easier to create a WordCram: instead of that long list of parameters, you instantiate it with your sketch, and then call methods on your WordCram to … Continue reading

Posted in release, wordcram | 2 Comments