Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #39343
| Newsgroups | comp.lang.javascript |
|---|---|
| Date | 2020-12-27 12:46 -0800 |
| References | <9c826658-ec67-4f21-badf-7159371fb499n@googlegroups.com> <05dbc574-1b62-4eef-9ae8-76e877ae0172n@googlegroups.com> <12673259.uLZWGnKmhe@PointedEars.de> |
| Message-ID | <d7626262-c2a1-4a33-a8fb-2f0097fcbeean@googlegroups.com> (permalink) |
| Subject | Re: New problem. Random colors to picture points with same distance as original... |
| From | Kristjan Robam <jippii1291983@gmail.com> |
Thomas 'PointedEars' Lahn kirjutas pühapäev, 27. detsember 2020 kl 22:35:51 UTC+2:
> Michael Haufe (TNO) wrote:
>
> > On Sunday, December 27, 2020 at 10:04:44 AM UTC-6, jippii...@gmail.com
> > wrote:
> >> ...and all same color areas must match same random colors.
> >>
> >> We started to discuss this in:
> >> https://groups.google.com/g/comp.lang.javascript/c/VvCi7Sfq9os
> >>
> >> There is a start code. I programmed it myself. But it runs very slowly.
> >> If someone has time to check this, I would be very thankful,
> >> since I am very busy at the moment.
> >>
> >> If anyone knows a place with that code, then please paste it here.
> >
> > You first. What did you do so far?
> The following refers to the code referred as the “start code” in that
> discussion. The OP did NOT program it themselves. (Apparently these
> script-kiddies think that copy-and-pray would be the same as programming.)
>
> <https://groups.google.com/g/comp.programming/c/ch6aYxj0_RI>
>
> Somebody is running there
>
> function aaaaa() {
> // Canvas stuff
> }
>
> setInterval(aaaaa, 1);
>
> (sic!)
>
> Of course it runs slow with a 1 ms (or in Gecko normalized to 10 ms)
> interval.
>
> --
> PointedEars
> FAQ: <http://PointedEars.de/faq> | <http://PointedEars.de/es-matrix>
> <https://github.com/PointedEars> | <http://PointedEars.de/wsvn/>
> Twitter: @PointedEars2 | Please do not cc me./Bitte keine Kopien per E-Mail.
Yes.
This is it, but there is one problem.
The transitions are not good.
They should be smooth.
Kristjan
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
New problem. Random colors to picture points with same distance as original... Kristjan Robam <jippii1291983@gmail.com> - 2020-12-27 08:04 -0800
Re: New problem. Random colors to picture points with same distance as original... "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2020-12-27 09:03 -0800
Re: New problem. Random colors to picture points with same distance as original... Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2020-12-27 21:35 +0100
Re: New problem. Random colors to picture points with same distance as original... Kristjan Robam <jippii1291983@gmail.com> - 2020-12-27 12:46 -0800
Re: New problem. Random colors to picture points with same distance as original... Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2020-12-29 23:00 +0100
Re: New problem. Random colors to picture points with same distance as original... "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2020-12-29 15:10 -0800
Re: New problem. Random colors to picture points with same distance as original... Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2020-12-30 01:28 +0100
Re: New problem. Random colors to picture points with same distance as original... Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2020-12-30 01:33 +0100
Re: New problem. Random colors to picture points with same distance as original... "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2020-12-29 19:16 -0800
Re: New problem. Random colors to picture points with same distance as original... H e <he12457@hotmail.com> - 2021-01-15 09:20 -0800
Re: New problem. Random colors to picture points with same distance as original... Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2021-01-16 00:48 +0100
Re: New problem. Random colors to picture points with same distance as original... Kristjan Robam <jippii1291983@gmail.com> - 2020-12-27 12:57 -0800
csiph-web