This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import processing.sound.*; | |
import de.looksgood.ani.*; | |
import de.looksgood.ani.easing.*; | |
// Written by: Shyamal S. Chandra | |
// Date: May 31, 2020 | |
// Code taken from example: https://processing.org/examples/simpleparticlesystem.html | |
PGraphics topLayer, bottomLayer; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import de.looksgood.ani.*; | |
PGraphics topLayer, bottomLayer; | |
int widthandheight = 10; | |
int smallestwidthandheight = 5; | |
float numSeconds = 1.5; | |
int boxColor = 255; | |
int x, y; | |
boolean debugMode = false; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Tesseract</title> | |
<style> | |
body { | |
align-items: center; | |
display: flex; | |
flex-direction: row; |