Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 660 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 660 Bytes

Word Cloud Layout

This is a Wordle-inspired word cloud layout written in JavaScript. It uses HTML5 canvas and sprite masks to achieve near-interactive speeds.

See here for an interactive demonstration along with implementation details.

Example cloud of Twitter search results for “amazing”

Usage

See the samples in examples/.

This layout requires D3. It’s similar to d3.layout.force, in that it’s asynchronous and stateful.