home.social

#viznut — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #viznut, aggregated by home.social.

  1. What's a viznut?

    I found two programs on my iMac's drive. I wrote them in 2021. They're called viznut1 and viznut2. They generate 8 bit audio samples. viznut1's samples look like this.

    uint8_t *out = ...
    for (int32_t t = 0; t < 10000000; t++)
    *out++ = t * ((t >> 9 | t >> 23) & 25 & t >> 6);

    viznut2 is a little different.

    *out++ = (t >> 7 | t | t >> 6) * 10 + 4 * ((t & t >> 13) | t >> 6);

    Does anybody recognize these?

    #synths #audioDSP #algorithms #viznut

  2. What's a viznut?

    I found two programs on my iMac's drive. I wrote them in 2021. They're called viznut1 and viznut2. They generate 8 bit audio samples. viznut1's samples look like this.

    uint8_t *out = ...
    for (int32_t t = 0; t < 10000000; t++)
    *out++ = t * ((t >> 9 | t >> 23) & 25 & t >> 6);

    viznut2 is a little different.

    *out++ = (t >> 7 | t | t >> 6) * 10 + 4 * ((t & t >> 13) | t >> 6);

    Does anybody recognize these?

    #synths #audioDSP #algorithms #viznut

  3. What's a viznut?

    I found two programs on my iMac's drive. I wrote them in 2021. They're called viznut1 and viznut2. They generate 8 bit audio samples. viznut1's samples look like this.

    uint8_t *out = ...
    for (int32_t t = 0; t < 10000000; t++)
    *out++ = t * ((t >> 9 | t >> 23) & 25 & t >> 6);

    viznut2 is a little different.

    *out++ = (t >> 7 | t | t >> 6) * 10 + 4 * ((t & t >> 13) | t >> 6);

    Does anybody recognize these?

    #synths #audioDSP #algorithms #viznut

  4. What's a viznut?

    I found two programs on my iMac's drive. I wrote them in 2021. They're called viznut1 and viznut2. They generate 8 bit audio samples. viznut1's samples look like this.

    uint8_t *out = ...
    for (int32_t t = 0; t < 10000000; t++)
    *out++ = t * ((t >> 9 | t >> 23) & 25 & t >> 6);

    viznut2 is a little different.

    *out++ = (t >> 7 | t | t >> 6) * 10 + 4 * ((t & t >> 13) | t >> 6);

    Does anybody recognize these?

    #synths #audioDSP #algorithms #viznut

  5. What's a viznut?

    I found two programs on my iMac's drive. I wrote them in 2021. They're called viznut1 and viznut2. They generate 8 bit audio samples. viznut1's samples look like this.

    uint8_t *out = ...
    for (int32_t t = 0; t < 10000000; t++)
    *out++ = t * ((t >> 9 | t >> 23) & 25 & t >> 6);

    viznut2 is a little different.

    *out++ = (t >> 7 | t | t >> 6) * 10 + 4 * ((t & t >> 13) | t >> 6);

    Does anybody recognize these?

    #synths #audioDSP #algorithms #viznut

  6. Bouldercraft v0.4 (Commodore 64) (C64) (Game)

    Bouldercraft by viznut is a survival-oriented world simulation game based on a 2D cellular automaton for Commodore 64. It is basically a clone of Boulder Dash with some characteristics of Minecraft.

    youtube.com/watch?v=mn_DraQ8Q9

    Your mission is to survive the long term essence of B

    retroveteran.com/2022/12/11/bo

    #Bouldercraft #C64 #COMMODORE #Commodore64 #Game #viznut

  7. Bouldercraft v0.4 (Commodore 64) (C64) (Game)

    Bouldercraft by viznut is a survival-oriented world simulation game based on a 2D cellular automaton for Commodore 64. It is basically a clone of Boulder Dash with some characteristics of Minecraft.

    youtube.com/watch?v=mn_DraQ8Q9

    Your mission is to survive the long term essence of B

    retroveteran.com/2022/12/11/bo

    #Bouldercraft #C64 #COMMODORE #Commodore64 #Game #viznut

  8. Bouldercraft v0.4 (Commodore 64) (C64) (Game)

    Bouldercraft by viznut is a survival-oriented world simulation game based on a 2D cellular automaton for Commodore 64. It is basically a clone of Boulder Dash with some characteristics of Minecraft.

    youtube.com/watch?v=mn_DraQ8Q9

    Your mission is to survive the long term essence of B

    retroveteran.com/2022/12/11/bo

    #Bouldercraft #C64 #COMMODORE #Commodore64 #Game #viznut