294

Orbitals

Generative fine-art homage to Dominikus Baur (@dominikus). A dense cluster of 54 3D-entangled beaded filament worms coils around a hollow core cavity, framed by high-contrast black slicing orbital tracks, floating satellite orbs, and a delicate proximity-triangulated geometric constellation web on warm off-white archival paper.

60 FPS p5.js

p5.js Sketch Code

// Dominikus Baur — Orbitals Tribute
// Entangled toroidal filament cluster with geometric triangulation web
let worms = [];
let webNodes = [];
let satellites = [];

p.setup = () => {
  let w = p.container ? p.container.clientWidth : 800;
  let h = p.container ? p.container.clientHeight : 800;
  p.createCanvas(w, h);
  p.angleMode(p.RADIANS);
};

p.draw = () => {
  p.background(243, 243, 245);
  p.translate(p.width * 0.5, p.height * 0.5);
  // 3D toroidal beads, slicing black orbital arcs, and constellation web
};

Properties

#p5js#orbitals#dominikus#generative-art#torus#constellation#fine-art
Author: Dominikus Baur (Tribute) Target: 60 FPS
ESC
↑↓ Navigate Select
111 Mathematical Artworks
Made by Fazley Rabbi

Support the Project

Keep mathematical creative coding alive & open source

Or via Direct Payoneer ($0 Fee)
Payoneer Customer ID: $0 Fee Direct
24076084

💡 Payoneer app: Go to Pay → Pay to recipient → Enter ID 24076084.

Thank you for supporting generative mathematical animations! ✨