Theme to NS2 advertising

PlasmaPlasma Join Date: 2003-04-26 Member: 15855Members, Constellation, Squad Five Blue
It would be pretty neat to see some websites promote NS2 by having the Dynamic Infestation 'creep' around their web pages, which would get the viewer interested to ask what the hell is happening.

Comments

  • HughHugh Cameraman San Francisco, CA Join Date: 2010-04-18 Member: 71444NS2 Developer, NS2 Playtester, Reinforced - Silver, Reinforced - Onos, WC 2013 - Shadow, Subnautica Developer, Pistachionauts
    This would be very cool!
  • ZurikiZuriki Join Date: 2010-11-20 Member: 75105Members
    edited December 2010
    The most efficient way of doing this would probably be through a HTML5 canvas and draw the infestation over it - either dynamically, or using some form of masking technique over a looping image. Though because of lack of HTML5 support in IE browsers, nobody would really see that. Alternatively, and most compatible, would be a JavaScript program that replicates an <img>, however it wouldn't look *as* nice and would cause huge performance problems.

    I would stick with HTML5 canvas if I was to do it.

    <b>Edit:</b> I decided that using a form of dynamically drawing the infestation and using image composition (masking) would be the best and most practical way of doing it.
Sign In or Register to comment.