Rajikarubijua / bushumappu

This project is about a tube map (sometimes called transit map) that visualizes japanese characters and their components, so called radicals ("bushu").
3 stars 0 forks source link

Make nice zoom #27

Open KopierKatze opened 11 years ago

KopierKatze commented 11 years ago

Review how zoom was proposed in the slides of the lecture implement ??? profit

KopierKatze commented 11 years ago

proposed: velocity = sqrt(dx²+dy²) 1/log(velocity)

or maybe: http://www.cs.ubc.ca/~tmm/courses/cpsc533c-04-spr/readings/zoompan.pdf ? this is what mbostock implemented in his plugin: https://github.com/d3/d3-plugins/tree/master/interpolate-zoom Do we want this plugin?