GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Untitled attachment

Download link

https://cdn.masto.host/mastodongamedevplace/media_attachments/files/111/325/996/241/296/368/original/a37e10048c1ffb45.png

Notices where this attachment appears

  1. Embed this notice
    curved-ruler (curved_ruler@mastodon.gamedev.place)'s status on Wednesday, 01-Nov-2023 03:00:28 JST curved-ruler curved-ruler
    in reply to

    vec3 col(in float x, in float y)
    {
    vec2 z = vec2(x,y);
    int i = 0;
    int n = 64;
    for (i=0 ; i<n ; ++i)
    {
    vec2 z5 = cmul(z,cmul(z,cmul(z,cmul(z,z))));
    vec2 a = (z5-vec2(1.0, 0.0));
    vec2 b = (z5+vec2(1.0, 0.0));
    vec2 c = (z5+vec2(pow(0.6625,5.0), 0.0));
    z = cdiv(a,cdiv(b,cdiv(c,z)));
    if (length(z) > 20.0) break;
    }
    float t = fract(float(i) / float(n)*16.0);
    return hsv2rgb(vec3(0.1, 0.9, t));
    }

    In conversation Wednesday, 01-Nov-2023 03:00:28 JST from mastodon.gamedev.place permalink
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.