Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

It is easier to write an incorrect program than understand a correct one.


devel / comp.lang.c / Challenge, try to create my IFS for yourself in C...

SubjectAuthor
* Challenge, try to create my IFS for yourself in C...Chris M. Thomasson
`- Re: Challenge, try to create my IFS for yourself in C...Chris M. Thomasson

1
Challenge, try to create my IFS for yourself in C...

<ur345u$2mc37$3@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=33615&group=comp.lang.c#33615

  copy link   Newsgroups: comp.lang.c
Path: i2pn2.org!i2pn.org!news.samoylyk.net!nyheter.lysator.liu.se!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: chris.m....@gmail.com (Chris M. Thomasson)
Newsgroups: comp.lang.c
Subject: Challenge, try to create my IFS for yourself in C...
Date: Tue, 20 Feb 2024 13:05:02 -0800
Organization: A noiseless patient Spider
Lines: 28
Message-ID: <ur345u$2mc37$3@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 20 Feb 2024 21:05:03 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="179eda77360736dadd068492fcb3f96b";
logging-data="2830439"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/ium4Ceuwwmq4r8DmPRoaM3xs6d+kuBaA="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:YUVGO/PAKxo1iEaJ2UIBTiQzzOA=
Content-Language: en-US
 by: Chris M. Thomasson - Tue, 20 Feb 2024 21:05 UTC

Challenge, try to create my IFS for yourself in C...

Fwiw, my pseudo-code IFS is in the comments:

https://youtu.be/XKhS_nklCkE

The comments:
____________________________________
A highly experimental #iterated function system of mine that creates
many #fractal #bifurcation diagrams locked in the unit square. Afaict,
the animation makes it appear as if everything is rotating around a
cylinder. Here is my #IFS that was used to create this animation:
______________
// px_mutation interpolates from -4...4 across each frame; 1440 here.

render frames:
_________
// angle interpolates from 0...pi2 across iterations
// px = py = 0

// Iteration:
px = sin(angle * px_mutation);
py = cos(angle * py);
______________

Plot every pixel in the ifs. Actually, I am adding color to each pixel
visited during iteration.
____________________________________

Re: Challenge, try to create my IFS for yourself in C...

<ur347l$2mc37$4@dont-email.me>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=33616&group=comp.lang.c#33616

  copy link   Newsgroups: comp.lang.c
Path: i2pn2.org!i2pn.org!news.chmurka.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: chris.m....@gmail.com (Chris M. Thomasson)
Newsgroups: comp.lang.c
Subject: Re: Challenge, try to create my IFS for yourself in C...
Date: Tue, 20 Feb 2024 13:05:56 -0800
Organization: A noiseless patient Spider
Lines: 12
Message-ID: <ur347l$2mc37$4@dont-email.me>
References: <ur345u$2mc37$3@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 20 Feb 2024 21:05:57 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="179eda77360736dadd068492fcb3f96b";
logging-data="2830439"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/MA97LVdVmbCfYtWUOCoQvtG3AY8tBjyA="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:ypcJYxZsT1lLtTIRhlgWMrWkw38=
In-Reply-To: <ur345u$2mc37$3@dont-email.me>
Content-Language: en-US
 by: Chris M. Thomasson - Tue, 20 Feb 2024 21:05 UTC

On 2/20/2024 1:05 PM, Chris M. Thomasson wrote:
> Challenge, try to create my IFS for yourself in C...
>
> Fwiw, my pseudo-code IFS is in the comments:
>
> https://youtu.be/XKhS_nklCkE
>
> The comments:
[...]

Creating a PPM is fine! :^)

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor