Skip to content

Instantly share code, notes, and snippets.

View bobbyroe's full-sized avatar

Bobby Roe bobbyroe

View GitHub Profile
@bobbyroe
bobbyroe / copilot-instructions.md
Created November 20, 2025 21:32
CoPilot Agent Creative Coding Guidelines

Three.js Creative Coding Playground

This is a creative coding workspace for experimenting with Three.js visualizations, shaders, particles, and WebGPU effects. The codebase contains hundreds of standalone experiments organized by technique.

Project Structure

  • _ALL/ - Main experiments folder with 300+ standalone projects, each in its own directory
  • _ALL/_template/ - WebGL starter template (most common)
  • _ALL/_template-wgpu/ - WebGPU/TSL starter template (modern approach)
  • _ALL/_template-r3f/ - React Three Fiber template