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)