I wordled myself.

In case you don’t know, checkout http://www.wordle.net/. I found it yesterday night reasearching something I can’t remember ;) So my lastfm account and blog looks like this. For lastfm wordle go here

wordle_music

wordle_blog

Responses (Add Your Comment)

  1. Which url did you use for your last.fm account?

  2. Sorry forgot the link. I updated the post. wordle and lastfm

  3. Do you know how to create same on as3?
    What is the algorithm of placing words?

  4. Yes and no ;)
    Yes means: I’think i know a good way. No means I didn’t test it. I’ll just describe in short what i would do:

    Create a word Sprite (Mc) with size by wordcount
    Take the Bounding box of that Sprite (Rectangle)
    Place the box finding free space

    Finding free space problem (words placed in words):
    Render the words via bitmap data drawing
    Use “get colorbounds rect” to check whether ther is enough space to place the word. otherwise search for an other place
    I would do the searching from middle to outside.

    I dont know if this was clear. If it was not, just drop me a line and I will explain it in a seperate post.

 

Leave a Reply

Formatting: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">