Skip to content
View artemuzz's full-sized avatar

Block or report artemuzz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Gradient of Life Gradient of Life
    1
    Gradient of Life
    2
    ----------------
    3
    Conway's Game of Life, with a randomized gradient as fill.
    4
    
                  
    5
    A [Pen](https://codepen.io/arte_muzz/pen/pooxBJW) by [Monika](https://codepen.io/arte_muzz) on [CodePen](https://codepen.io).
  2. Game of Life vol. 3D Cubes Game of Life vol. 3D Cubes
    1
    Game of Life vol. 3D Cubes
    2
    --------------------------
    3
    Here is conway's game of life adapted in 3d with the rule [5,7,6,6]
    4
    Made in three.js
    5
    Work with dimensions and object size.
  3. Waves Waves
    1
    function setup () {
    2
      let size = min(windowWidth, windowHeight) * 0.96;
    3
      size = floor(size);
    4
      createCanvas(windowWidth, windowHeight);
    5
      noiseSeed(random(1000));
  4. Cuboid Warptunnel Audio Visualizer Cuboid Warptunnel Audio Visualizer
    1
    Cuboid Warptunnel Audio Visualizer
    2
    ----------------------------------
    3
    The JS Sound/Audio Visualizer Tunnel Experiment continues. 
    4
    
                  
    5
    A [Pen](https://codepen.io/arte_muzz/pen/XWWQbbV) by [Monika](https://codepen.io/arte_muzz) on [CodePen](https://codepen.io).
  5. 10 PRINT with simplex noise 10 PRINT with simplex noise
    1
    10 PRINT with simplex noise
    2
    ---------------------------
    3
    Click to generate a new pattern
    4
    
                  
    5
    Press d to download SVG file
  6. Rainbow dots Rainbow dots
    1
    <canvas id="canvas"></canvas>