Daniel Bernier
Daniel Bernier
This is done - it works. In retrospect, I'm not sure it's a feature WordCram should have. The main motivation was to avoid re-loading the URL. (Loading a file from...
See [the cache-web-pages branch](https://github.com/danbernier/WordCram/tree/cache-web-pages) for an alternative. Here's about how a sketch would look: ``` java import wordcram.*; import wordcram.text.*; //
@danbernier thanks for writing down your thoughts, because I totally forgot all this stuff.
Yeah, you can't re-use a WordCram instance for another drawing - it's easier to just make a new one. This does mean that you'll have to re-parse the text, but...
This will be so awesome. :sparkles: :metal: Let's get the ShapeBasedPlacer in there and ship-shape, and then do this.
I was thinking about this - we _could_ achieve this by making a bunch of WordCrams in the same sketch, from the same image, with different colors, but wouldn't it...
Interesting, I haven't tried running it on Android yet. Time to roll up my sleeves! It's been a while since I tried to remove Processing from WordCram, but as I...
I just started looking into this. It might be tougher than I thought. WordCram turns each word into a java.awt.Shape, so it can create a bounding-box tree for collision detection....
I'm guessing this is a side-effect of #6 - if there's a parse error in the source, zombie_scout just falls over. Iirr, I didn't fix this quickly, because I ran...
Update: as of now, we have our own series of `setTimeout` callbacks at something like 10, 30, and 200ms, to re-disable the buttons, as long as there's a 'pending' flag...