Poly Ed

Robotics, Mathematics, Science, Engineering, Tutoring

Poly Ed

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • STEM Summer Camps 2025
  • Camp Resources
  • Team Math Circle
  • Robotics
  • Coding
  • Blog
  • Individuals
  • Homeschoolers
  • Contact Us
  • Test Prep Resources
  • Text Book Resources
  • Contest Problems

Category Archives: Processing

Note Frequency Chart

Posted on May 21, 2018 by admin

Posted in Class, Processing, source code

Drawing Heart in Processing

Posted on May 16, 2018 by admin


void setup(){
  size(100,100);
  background(255);
}

void draw(){
  smooth();
  noStroke();
  fill(255,0,0);
  beginShape();
  vertex(50, 15); 
  bezierVertex(50, -5, 90, 5, 50, 40); 
  vertex(50, 15); 
  bezierVertex(50, -5, 10, 5, 50, 40); 
  endShape();
}

Thanks to Luciana.

Posted in Processing, source code

Recent Posts

  • Still Brainstorming FLL Combined Underwater Sensors
  • Pathfinding Algorithm
  • 7/19/24 Balloon Launch from High Point State Park
  • Balloon Code V4
  • Advent of Code 2023-25a

Recent Comments

    Archives

    • February 2025
    • August 2024
    • July 2024
    • January 2024
    • October 2023
    • July 2023
    • February 2023
    • July 2022
    • November 2021
    • September 2021
    • August 2021
    • March 2021
    • December 2020
    • October 2020
    • August 2020
    • July 2020
    • June 2020
    • May 2020
    • April 2020
    • March 2020
    • February 2020
    • January 2020
    • December 2019
    • November 2019
    • October 2019
    • August 2019
    • June 2019
    • May 2019
    • April 2019
    • March 2019
    • February 2019
    • January 2019
    • December 2018
    • November 2018
    • October 2018
    • September 2018
    • August 2018
    • July 2018
    • June 2018
    • May 2018
    • April 2018
    • March 2018
    • February 2018
    • January 2018
    • November 2017
    • September 2017
    • August 2017
    • July 2017
    • June 2017
    • May 2017

    Categories

    • Arduboy
    • Arduino
    • C
    • Class
    • Contest Problems
    • Datasheets
    • Java
    • Javascript
    • Math
    • Processing
    • PyGame
    • Python
    • Raspberry Pi
    • Scratch
    • source code
    • Test Prep
    • Uncategorized
    • Weather Balloon

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    Proudly powered by WordPress