| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
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.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseGradient of Life
----------------
Conway's Game of Life, with a randomized gradient as fill.
A [Pen](https://codepen.io/arte_muzz/pen/pooxBJW) by [Monika](https://codepen.io/arte_muzz) on [CodePen](https://codepen.io).
Game of Life vol. 3D Cubes
--------------------------
Here is conway's game of life adapted in 3d with the rule [5,7,6,6]
Made in three.js
Work with dimensions and object size.
function setup () {
let size = min(windowWidth, windowHeight) * 0.96;
size = floor(size);
createCanvas(windowWidth, windowHeight);
noiseSeed(random(1000));
Cuboid Warptunnel Audio Visualizer
----------------------------------
The JS Sound/Audio Visualizer Tunnel Experiment continues.
A [Pen](https://codepen.io/arte_muzz/pen/XWWQbbV) by [Monika](https://codepen.io/arte_muzz) on [CodePen](https://codepen.io).
10 PRINT with simplex noise
---------------------------
Click to generate a new pattern
Press d to download SVG file
<canvas id="canvas"></canvas>
| Back | FazBrowse Home | New Git URL |