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

All public logs

Jump to navigation Jump to search

Combined display of all available logs of Catcliffe Development. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 13:21, 20 March 2026 XenoEngineer talk contribs created page Pi over Four Eigenpoint Ghost Goggles (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;...")