Funny Data

The ITP Portfolio for Chris Kairalla

  • MAIN
  • Intro to Comp Media
    • Squares
    • Salt Shaker
    • Midterm- Lightpen
    • 3Dmail
    • Javae "Library"
      • Download Javae
      • How to use Javae
      • Javae Examples
  • Physical Computing
  • ComLab
  • Applications
  • Toy Design
  • Big Games
  • GL Art
  • Video Sensing
  • Nature of Code
  • ...the rest of You
  • Project Design Studio
  • Redial
  • Computing A to Z
  • Narrative... Round
  • Thesis

javae_this_to_this
JAVAE (It's pronounced "jah-VEY")

Download Javae Alpha:
How to use Javae:

Global Setup Functions:
void setUp()
float getFPS()
int getDuration()
int layerCount()
int getCompX()
int getCompY()
color getBG()
void printLayers()

Draw Functions:
void drawLayer(int)
void drawAll()
void calcLayer(int)
void calcAll()
void pauseLayer(int)
void pauseAll()
void layerLoop(int, boolean)
void compLoop(boolean)

Receive Data from Javae:
float getPX(int)
float getPY(int)
float getAX(int)
float getAY(int)
float getSX(int)
float getSY(int)
float getR(int)
float getO(int)

Send Data to Javae:
void addPX(int, float)
void addPY(int, float)
void addAX(int, float)
void addAY(int, float)
void addSX(int, float)
void addSY(int, float)
void addR(int, float)
void addO(int, float)

  • MAIN > 
  • Intro to Comp Media > 
  • Javae "Library" > 

© 2005 Chris Kairalla Contact Me