Contents in this wiki are for entertainment purposes only
This is not fiction ∞ this is psience of mind

Pi over Four Eigenpoint Ghost Goggles

From Catcliffe Development
Revision as of 13:21, 20 March 2026 by XenoEngineer (talk | contribs) (Created page with "<html> <head> <meta charset="utf-8"> <title>π/4 Eigenpoint Ghost-Goggles</title> <script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.7.0/p5.min.js"></script> <style>body{margin:0;background:#000}</style> </head> <body> <script> let pts = [], t = 0, eigen = PI/4; function setup(){createCanvas(windowWidth,windowHeight);colorMode(HSB,TAU,1,1,1);strokeWeight(2);} function draw(){ clear();blendMode(ADD); let cx = width/2, cy = height/2, r = min(width,height)*0.4;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

π/4 Eigenpoint Ghost-Goggles