Skip to content
View Skylekao's full-sized avatar
  • Joined Nov 15, 2024

Block or report Skylekao

Block user

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Skylekao/README.md
  • 👋 Hi, I’m @Skylekao
  • 👀 I’m interested in ...
  • 🌱 I’m currently learning ...
  • 💞️ I’m looking to collaborate on ...
  • 📫 How to reach me ...
  • 😄 Pronouns: ...
  • ⚡ Fun fact: ...

let brushSize = 10; let hue = 0;

function setup() { // Create canvas and place it in the HTML container const canvas = createCanvas(600, 400); canvas.parent('canvas-container'); colorMode(HSB, 360, 100, 100); // Use HSB color mode for dynamic color changes noStroke(); background(255); }

function draw() { if (mouseIsPressed) { fill(hue, 80, 90, 0.5); // Semi-transparent fill for blending ellipse(mouseX, mouseY, brushSize, brushSize); hue = (hue + 1) % 360; // Cycle through hues brushSize = map(mouseX, 0, width, 5, 20); // Brush size changes with X position } }

function keyPressed() { if (key === 'C' || key === 'c') { background(255); // Clear the canvas when 'C' is pressed } }

Popular repositories Loading

  1. Skylekao Skylekao Public

    Config files for my GitHub profile.

  2. Cyber-Ekasi-Retro-Vintage- Cyber-Ekasi-Retro-Vintage- Public

    Cyber Ekasi Retro Vintage