haque d+r
^
  • portrait
If you've made videos, you should upload them to Vimeo. It's free, easy, and private. And quick to sign up.
Haque Design + Research specialises in the design and research of interactive architecture systems. Architecture is no longer considered something static and immutable; instead it is seen as dynamic, responsive and conversant. Our projects explore some of this territory. (http://haque.co.uk/ | haque.tumblr.com/)

Activity

up down
  • By them
  • On them
nipple
  • add_tags
    2 months ago
    Haque d+r tagged Reconfigurable House 2.0.
  • add_comment
    3 months ago
    Haque d+r commented on brain coral simulation

    thanks for the nice words.
    the algorithm is quite simple (and may be totally wrong) but its based on bits and pieces extracted from e.g.these links: haque.tumblr.com/post/25464678
    it's pretty much a normal particle system with the following position modifier which makes particles have both short-range attractive and long-range repulsive forces (i.e. here attraction is proportional to 1/d^2 and repulsion is proportional to 1/d^3):

    distance = sqrt(sq(dx) sq(dy));

    if (distance > 2.0){ // to avoid infinity
    if (distance < minDistance){
    minDistance distance;
    closest = i;
    c[i].connect();
    }

    attraction = attractionConst ant / (distance * distance);
    repulsion = repulsionConsta nt / ( distance * distance * distance);

    attraction -= repulsion;
    xChange = attraction * dx;
    yChange = attraction * dy;
    totalXChange = xChange;
    totalYChange = yChange;
    }




  • add_tags
    3 months ago
    Haque d+r tagged brain coral simulation.

Video Request

Open Requests

None yet

Sponsored by:

Their Channels

No active channels. Subscribe to one today!