CS185CFinal
API:
Processing 3
ddf.Minim
Dependancy:
(https://processing.org/tutorials/eclipse/)
core.jar
Note:
PApplet.main( new String[] { "--present", "NameOfClass" });
is required when going full screen on MacOS, otherwise:
PApplet.main(new String[] {"NameOfClass"});
JavaDoc
http://processing.github.io/processing-javadocs/core/
Relevant examples:
Music visualizations:
https://github.com/blyk/Music-Visualization
https://github.com/samuellapointe/ProcessingCubes
Co-Author: Nathan Tseng
Special thanks to Toby Fox for creating the phenomenal game Undertale,
for being part of the inspiration of this project,
as well as the awesome art assets for testing purposes.