Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #30635

Re: Animated vector field...

Newsgroups comp.lang.javascript
Date 2016-06-05 21:33 -0700
References <nitnvj$mko$1@gioia.aioe.org> <nito4t$mo7$1@gioia.aioe.org> <1650761.fOrR8oP7AL@PointedEars.de> <nj24lg$13n0$1@gioia.aioe.org>
Message-ID <a609f550-c055-4007-b129-9f8ff22874b0@googlegroups.com> (permalink)
Subject Re: Animated vector field...
From "Michael Haufe (TNO)" <tno@thenewobjective.com>

Show all headers | View raw


On Sunday, June 5, 2016 at 4:13:30 PM UTC-5, Chris M. Thomasson wrote:

> It's working on older devices like my SONY Bravia TV. It's a
> bit slow on these devices, but that's because I am plotting a
> lot of points per-frame. I am going to tune this up, and have
> it flying Cell phones, and older TV's.
> 
> It should be ready tonight or tommorrow morning.

There are plenty of places to optimize. Primarily by manipulating the pixel data directly instead of using the API:

<https://developer.mozilla.org/en-US/docs/Web/API/ImageData>

Back to comp.lang.javascript | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Animated vector field... "Chris M. Thomasson" <nospam@nospam.no> - 2016-06-03 22:12 -0700
  Re: Animated vector field... "Chris M. Thomasson" <nospam@nospam.no> - 2016-06-03 22:15 -0700
    Re: Animated vector field... Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-06-04 13:45 +0200
      Re: Animated vector field... "Chris M. Thomasson" <nospam@nospam.no> - 2016-06-05 14:13 -0700
        Re: Animated vector field... "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-06-05 21:33 -0700
        Re: Animated vector field... Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2016-06-06 21:55 +0200
  Re: Animated vector field... Cezary Tomczyk <cezary.tomczyk@gmail.com> - 2016-06-04 10:47 +0100
    Re: Animated vector field... "Chris M. Thomasson" <nospam@nospam.no> - 2016-06-05 14:16 -0700
  Re: Animated vector field... chris.m.thomasson.1@gmail.com - 2016-06-05 21:37 -0700
  Re: Animated vector field... "Chris M. Thomasson" <nospam@nospam.com> - 2016-06-09 16:02 -0700

csiph-web